mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 18:35:02 +01:00
better errors
This commit is contained in:
parent
c6e5a5d686
commit
67e6dfccc2
4 changed files with 152 additions and 43 deletions
|
|
@ -66,7 +66,8 @@
|
|||
|
||||
<unary> ::= { ( "not" | "-" ) } <primary>
|
||||
|
||||
<primary> ::= <NUMBER>
|
||||
<primary> ::= <IDENT>
|
||||
| <NUMBER>
|
||||
| <STRING>
|
||||
| <object-literal>
|
||||
| <array-literal>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue