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 | +Int =TypeArray
| |
| +LParen X | +LParen X
| | +Dot =TypeStruct | | +Dot =TypeStruct
| | +Symbol '~' =TypeInterface | |
| | +Symbol X
| | '~' =TypeInterface
| | '|' =TypeSum
| |
| +Star =TypePointer | +Star =TypePointer
| +Colon =TypeSlice | +Colon =TypeSlice