Releases: AGO061/BASICPP
Releases · AGO061/BASICPP
BASIC++ Compiler Release 4.1
Fixed a bug where the exit function would not work in the compiled version
BASIC++ Compiler Release 4
Fixed ///FLAGS Line Bug
Added Predefined Constants
Minor changes to strings and code logic
Added Rock Paper Scissors Example
Remember: The wiki is updated with the source code, so you may see some new features. I will of course write since when they are integrted
See the wiki for more info
BASIC++ Compiler Release 3
Added ///FLAGS Check it out in the wiki!
Minor additions to error detection
Changed extension from .bas to .bpp and from .cbas to .bas
Remember: The wiki is updated with the source code, so you may see some new features. I will of course write since when they are integrted
BASIC++ Compiler Release 2
Added 2 flags:
-r or --run
-ne or noerrors
Added PONG example file
BASIC++ Compiler Release 1
This binary features:
-Constants
-Unindent
-AutoLiner (Automatic line enumeration)
-GOTO Pointers
-Functions
-Comment Remover
-Inline Remover (Disabled by Default)
Known bugs:
Functions in constants will probably not work.