* Code emitter refactored so it is able to output better formatted code.
* Kor Script compiler is able to compile routines now.
* The Kor Script compiler is able to compile expressions and assignations.
* basrun refactorized to use an Application object.
+ Added methods RaiseError, Initialize and Finalize to TbasCustomCompiler".
* TbasCustomCompiler.EnteringLocal now calls TbasCustomCompiler.ClearLocals.
* Reformulated the base compilation method, adding a few new methods and
- Reverted to commit 136: after some work I realized it wasn't so good idea as
* TbasCustomScanner marked as deprecated: the new one is TbasScanner. This
+ Added property "SymbolName" and related methods to TbasCustomScanner.
* Fixed copyright year.
* Preparing better KorScript example scripts.
* Changes to the custom scanner. Now it should be more reliable and use less
+ Added "for" loop and ternary operator ("?..:..") to BriefC description.
+ Added character constant to BAScript interpreter.
* basrun Run-Time Library (RTL) redesigned and updated.
* Updated documentation files CHANGES.txt, README.md and LEEME.md.
+ Added a few commands to manage fixed-point values and variables.
+ Started support for fixed-point numbers.
* Fixed makefile.
* Changes in description of BAScript language, adding support for characters,
- Removed BriefBASIC branch. Will use a different scripting language.
+ Started a rough sketch of the execution code.
* Updated and improved the proposals for BriefBASIC and BriefC script languages.
+ Added script to build BAScript API documentation.
* Added a project scafolding for the "basrun" example.
* A few more improvements to the BAScript language as well as some fixes.
* Fixing and updating the BAScript Language definition, adding a few more
* Updated the 3.0 planification, refining stuff.
Added a test to "branches" for a new scanner implementation.
* Fixed BriefBASIC description.
* Applied changes from version 2.2.3 to BriefBASIC branch.
* Fixed copyright notes (Duh!).