V3.8.0
(3.8.0)
- Added variable names + types and procedure line numbers to EVAR debug
info - Made multi-dimensional arrays memory layout more logical (first
dimension is most significant) - Fix global variable structure generated for library definitions
- Added object definitions to debug info
- Update EDBG to parse new EVAR structures
- Add SRCLINE define (current line number)
- Add SRCPROC define (current proc name)
- Added EVO_3_8_0 define
- Added support for ARRAY OF PTR TO ... in objects
- Fixed issue where two variables declared with the same initial value
did not get set correctly.