Currently, the plan is to use LALRPOP to generate a parser for the rule file grammar. However, I don't know how easy it is to use LALRPOP with the custom tokenizer in the token module. Additionally, LALRPOP itself takes a long time to compile and has a lot of requirements, so it would be nice to cut it out.
Currently, the plan is to use LALRPOP to generate a parser for the rule file grammar. However, I don't know how easy it is to use LALRPOP with the custom tokenizer in the
tokenmodule. Additionally, LALRPOP itself takes a long time to compile and has a lot of requirements, so it would be nice to cut it out.