Since we can already access all available Structures, Interfaces, and Procedures using the compiler interface commands:
WriteProgramStringN(compiler, "STRUCTURELIST")
WriteProgramStringN(compiler, "INTERFACELIST")
WriteProgramStringN(compiler, "FUNCTIONLIST")
Please add the ability to retrieve the Constants AND their values.
WriteProgramStringN(compiler, "CONSTANTLIST")
[Implemented] Add 'CONSTANTLIST' to Compiler interface.
[Implemented] Add 'CONSTANTLIST' to Compiler interface.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum