Update expression parsing decision tree in parser/fspl/README.md
This commit is contained in:
parent
ada14b5c9d
commit
489f20972b
@ -121,7 +121,10 @@ determine what type to parse:
|
|||||||
|
|
|
|
||||||
| +LParen X
|
| +LParen X
|
||||||
| | +Dot =TypeStruct
|
| | +Dot =TypeStruct
|
||||||
| | +Symbol '~' =TypeInterface
|
| |
|
||||||
|
| | +Symbol X
|
||||||
|
| | '~' =TypeInterface
|
||||||
|
| | '|' =TypeSum
|
||||||
|
|
|
|
||||||
| +Star =TypePointer
|
| +Star =TypePointer
|
||||||
| +Colon =TypeSlice
|
| +Colon =TypeSlice
|
||||||
|
Loading…
Reference in New Issue
Block a user