Update expression parsing decision tree in parser/fspl/README.md
This commit is contained in:
parent
ada14b5c9d
commit
489f20972b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user