Tagged Questions

4
votes
3answers
582 views

How can I parse REXX code in Java?

I'd like to parse REXX source so that I can analyse the structure of the program from Java. I need to do things like normalise equivalent logic structures in the source that are syntactically ...