Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluoaaa committed Mar 11, 2020
2 parents 99034d9 + a31a197 commit 40516f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
For leaning how to do a compiler.
So I make a sub Javascript compiler for compiling itself

#in developing
# in developing

now support:

* define variables
* simple expression

`
```js
let a;

let b;

a = 5+60*7+11;

b = 8+a*2;
`
```

#future support:
# future support:
* if statement
* for loop / while loop
* function
* ...




0 comments on commit 40516f6

Please sign in to comment.