Skip to content

V3.8.0

Compare
Choose a tag to compare
@dmcoles dmcoles released this 28 Jun 13:41
· 9 commits to main since this release

(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.