Skip to content

Releases: AGO061/BASICPP

BASIC++ Compiler Release 4.1

05 Jul 17:47
2c62e47
Compare
Choose a tag to compare

Fixed a bug where the exit function would not work in the compiled version

BASIC++ Compiler Release 4

19 Jun 19:07
651638f
Compare
Choose a tag to compare

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

11 Jun 17:15
2e767bd
Compare
Choose a tag to compare

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

10 Jun 17:57
3f59614
Compare
Choose a tag to compare

Added 2 flags:

-r or --run

-ne or noerrors


Added PONG example file

BASIC++ Compiler Release 1

10 Jun 10:07
46fd17c
Compare
Choose a tag to compare

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.