Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielzsh authored Oct 6, 2020
1 parent 7adb0b6 commit a8c1b13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ This is the input file. Once you have finished editing its content, click run. T
## Valid syntax
So far, this code only supports the following:
1. The basic four arithmetic operators
2. Blocks (defined with { and }, followed by a semicolon)
2. Blocks (defined with { and })
3. Defining and using variables
4. Integer and float division (// and / respectively)
Check out the [default input file](https://github.com/dantheking-crypto/MakeALanguage/blob/master/test.txt) for more details.

0 comments on commit a8c1b13

Please sign in to comment.