fix lists

This commit is contained in:
nora 2021-11-02 21:04:49 +01:00
parent 7d45811913
commit 1c1cf390e6
4 changed files with 130 additions and 56 deletions

View file

@ -1,6 +1,3 @@
# todo: calls (property access and function calls)
<program> ::= <statement-list>
<statement-list> ::= { <statement> }