I would like to analyze the source of REXX so that I can analyze the structure of the program with Java.
I need to do things like normalize equivalent logical structures in the source that are syntactically different, find declarations of duplicate variables, etc., and I already have a Java background.
Any easier ways to do this than writing a load of code?
source
share