Posted March 05, 2023 by JoeStrout
#update #minibasic #demos
I've just updated MiniBASIC to 0.9.4. This fixes a rather fundamental flaw in the expression parser. Previously, string values that happened to be valid language tokens like "(" and ")" could get confused with actual language tokens, causing incorrect results. Fixing that required some fairly deep changes to the parser.
But, it all appears to be working correctly now! I also took the opportunity to add two more demos:
Remember, MiniBASIC is still brand new; the paint is not dry yet. If you see something, say something! (On that score, special thanks to GitHub user eddavis2 for careful testing & reporting of issues found.)