Skip to content

Version 3.32-26 (2025-02-08)

Latest
Compare
Choose a tag to compare
@codemanyak codemanyak released this 08 Feb 13:09
9a4b78f

Bugfixes

  • #1186: Code export of C-Style variable initialisations to C++, C#, Java, and Javascript was defective (actual initialisation missing).
  • #1187: Analyser unduly decried C-style array declarations.
  • #1188: Export of C-style array declarations to BASIC, PHP, and BASIC was wrong. BASIC array declarations were defective.
  • #1189: Pascal, Oberon, and Python export of Java-style array declarations were defective (element type instead of variable name).
  • #1190: Includables are now involved in BASIC export, recursive check for indirectly included declarations (effective for all languages).
    Nested initialiser expressions are now recursively resolved.