Skip to content

Commit 03ecebc

Browse files
committed
Ready for Release 0.40.3
1 parent 1bc160f commit 03ecebc

2 files changed

Lines changed: 106 additions & 1861 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
Modern implementation of the original Dartmouth BASIC compilers from the 1960s in the D programming language.
44

5-
This software is currently under a state of rapid development and should therefore be considered alpha quality.
5+
This software is currently under a state of rapid development and should therefore be considered alpha quaality.
6+
7+
**Important Note**: The original version targeting 32-bit ARM is being moved to a separate branch (target-arm32), and it is unlikely much further work will be done. The focus of development is currently to support an LLVM target which will ultimately allow for compilation to native code (instead of ARM assembly language), as well as use of the LLVM optimizer.
68

79
## Building
810

@@ -189,6 +191,8 @@ Ultimately support for all of the early Dartmouth BASICs (First thru Sixth) is e
189191

190192
* 2022/06/11: Tag 0.40.2 (bug fixes and feature improvements) Basic The Fourth update
191193

194+
* 2023/07/01: Tag 0.40.3 (bug fixes and code improvements) Basic The Fourth update
195+
192196
## Bugs
193197

194198
Please do report bugs, together with correct or incorrect BASIC input files. I would recommend testing against the latest release or master branch, even if an earlier BASIC Edition is being used, as bugs will have been fixed while new features are being added.

0 commit comments

Comments
 (0)