Compilation fails with rewrites in specification but no rewrite flag

Issue #169 new
Emma Söderberg created an issue

If a rewrite flags is missing but there are rewrites in the specification the compilation of the generated code fails because methods like pop() are missing in the state object. JastAdd could either warn the user of the missing flag or detect the existence of rewrites an generate the needed code in state. This is related to issue #160.