diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-25 05:05:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-25 05:05:57 +0300 |
commit | cd7df95bb86b4472a6c4206d465228cae71cd1da (patch) | |
tree | f33d94b1fd52be900ad0c2b632c8afb3fc771705 /README.md | |
parent | README update (diff) | |
download | simple-interpreter-cd7df95bb86b4472a6c4206d465228cae71cd1da.tar.gz simple-interpreter-cd7df95bb86b4472a6c4206d465228cae71cd1da.zip |
README update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ A block can be used anywhere a statement can be used. ### Language grammar -The language grammar in the [Extended Backus-Naur Form] (EBNF) is as follows: +The language grammar in the [Extended Backus-Naur Form] is as follows: program = { statement } ; |