Skip to content

Releases: cpp-tutor/dbasic

Release 0.92.0

14 Jul 11:58
Compare
Choose a tag to compare

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

13 Jul 08:16
Compare
Choose a tag to compare

Recreated dbasic.exe with latest DMD (version 2.104). Included missing source file Target.d.

Release 0.90.0

11 Jul 16:00
Compare
Choose a tag to compare

First release with LLVM IR target. The supplied Windows executable dbasic.exe is 32-bit.

Release 0.45.0

09 Jul 11:45
Compare
Choose a tag to compare

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.