-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
nuBASIC ChangeLog | ||
Please send nuBASIC bug reports to <[email protected]>. | ||
|
||
No longer updated. | ||
You can get updated data at https://github.com/eantcal/nubasic | ||
|
||
2018-11-10 | ||
- Improvements and bug-fixing | ||
- Allow to overwrite an existing vector with the content using a simple assign operation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Please send nuBASIC and nuBasic IDE bug reports to <[email protected] | |
|
||
Win32/64 built with VS2017 needs "Visual C++ Redistributable Packages for Visual Studio 2017" | ||
|
||
Sep tbd, 2019 | ||
Sep 11, 2019 | ||
* Released nuBASIC 1.51 | ||
- Bug fixing of expression parser: unary minus operator could generate a false syntax error | ||
- Add STOP statement for compatibility with other BASIC interpreters | ||
|