Fix FSPL parser readme tree

This commit is contained in:
2024-04-03 12:52:02 -04:00
parent 7ea24b8b31
commit 7d8378f7d8

View File

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