ammended grammar

This commit is contained in:
Lauchmelder 2021-11-26 22:53:04 +01:00
parent ecdac9bfa8
commit 8140a02305

View file

@ -17,7 +17,7 @@ circle(A, len(AB))
## Grammar
```
instruction ::= identifier({parameter, })
instruction ::= identifier({parameter, }) [-> identifer]
parameter ::= instruction | identifier | number
identifier ::= (A-Za-z)
number ::= (0-9)[.(0-9)]