| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
The driver searches the expected terminals corresponding to each state if necessary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When a shift/reduce conflict occurred, we prioritize the shift action, and when a reduce/reduce conflict occurred, we prioritize the production defined earlier in the grammar file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When this option is enabled, the parser performs only parse and doesn't semantic actions.
|
|
|
|
When this option is enabled, the parser generates a CST.
|
|
|
|
|