Don't generate dead code #215
Labels
enhancement
New feature or request
priority:medium
to do, not blocking users
r2c user
not originally reported by an external user
This is a follow-up to #210. We now extract fewer rules for
token()
constructs, but it looks like the generated filesBoilerplate.ml
andCST.ml
still contain code for those as if they had been extracted and given a rule name. I'll look into this. It would be best to not generate code that's not used. OCaml can report it depending on the flags passed to the compiler; that's how I noticed but too late.The text was updated successfully, but these errors were encountered: