Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
Description
Because of the many grammar changes it's getting harder for old groovy code to be compatible with our jsr version. So I think it would be a good idea to use our old parser and let it generate an AST and then dumb the AST as executable script text. The dumped script is compatible to our current jsr. This allows us to easily migrate tests and see how much code will be affected by a grammar change. Or we can simply migrate and be lucky, because we don't have to care that much about backward compatibility