Add enumerated constant access to parser readme
This commit is contained in:
parent
018dc31d04
commit
c7191ff678
@ -75,6 +75,7 @@ expression, the parser follows this decision tree to determine what to parse:
|
|||||||
| | 'for' =For
|
| | 'for' =For
|
||||||
| | +Colon =Declaration
|
| | +Colon =Declaration
|
||||||
| | +DoubleColon =Call
|
| | +DoubleColon =Call
|
||||||
|
| | +TypeIdent =Constant
|
||||||
|
|
|
|
||||||
| +LParen X =LiteralArray
|
| +LParen X =LiteralArray
|
||||||
| | +Dot =LiteralStruct
|
| | +Dot =LiteralStruct
|
||||||
|
Loading…
Reference in New Issue
Block a user