jzimmerman / langcc

langcc: A Next-Generation Compiler Compiler
https://langcc.io
Apache License 2.0
1.73k stars 58 forks source link

Consider LALR lookahead sets for determining CPS triggers. #43

Closed modulovalue closed 1 year ago

modulovalue commented 1 year ago

https://github.com/jzimmerman/langcc/blob/6601d082cfa402cd02a5f2852da3a2603dfe8791/src/langcc_parser_lr.cpp#L1843

Similar to #41, it seems like this would benefit from considering LALR lookahead sets.

modulovalue commented 1 year ago

Because langcc appears to be abandoned, I'm going to close this issue.