Update FSPL parser readme

This commit is contained in:
Sasha Koshka 2024-04-03 11:04:14 -04:00
parent 4b90ba77d3
commit 018dc31d04
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ expression, the parser follows this decision tree to determine what to parse:
| | 'match' =Match
| | 'switch' =Switch
| | 'loop' =Loop
| | 'for' =For
| | +Colon =Declaration
| | +DoubleColon =Call
|