Update expression parsing decision tree in parser/fspl/README.md

This commit is contained in:
Sasha Koshka 2024-03-01 12:11:09 -05:00
parent ada14b5c9d
commit 489f20972b

View File

@ -120,8 +120,11 @@ determine what type to parse:
| +Int =TypeArray
|
| +LParen X
| | +Dot =TypeStruct
| | +Symbol '~' =TypeInterface
| | +Dot =TypeStruct
| |
| | +Symbol X
| | '~' =TypeInterface
| | '|' =TypeSum
|
| +Star =TypePointer
| +Colon =TypeSlice