Add enumerated constant access to parser readme

This commit is contained in:
Sasha Koshka 2024-04-03 11:26:49 -04:00
parent 018dc31d04
commit c7191ff678

View File

@ -75,6 +75,7 @@ expression, the parser follows this decision tree to determine what to parse:
| | 'for' =For
| | +Colon =Declaration
| | +DoubleColon =Call
| | +TypeIdent =Constant
|
| +LParen X =LiteralArray
| | +Dot =LiteralStruct