Releases: cpp-tutor/dbasic
Release 0.92.0
Full implementation of BASIC The Fourth targeting LLVM. All examples compile under Windows and Linux using Clang to process the compiler's LLVM-IR output. Only example4-p66a.bas fails to run under Linux due to a "double free detected" error, this needs further investigation. The supplied dbasic.exe is a 32-bit Windows executable.
Release 0.91.0
Recreated dbasic.exe with latest DMD (version 2.104). Included missing source file Target.d.
Release 0.90.0
First release with LLVM IR target. The supplied Windows executable dbasic.exe is 32-bit.
Release 0.45.0
First release for branch target-arm32. Code cleanups and minor fixes following code review related to development in main branch.
If generating 32-bit ARM assembly is desired, use this version in preference to any previous lower-numbered release.