| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2022-02-27 | 875 Bytes | |
| BAScript-2.2.b.7z | 2022-02-27 | 52.4 kB | |
| BAScript-2.2.b.tar.gz | 2022-02-27 | 62.0 kB | |
| BAScript-2.2.b.zip | 2022-02-27 | 80.5 kB | |
| Totals: 4 Items | 195.8 kB | 0 | |
Changes between versions 2.1.2 y 2.2.β
======================================
This version isn't 100% compatible with the previous one but shouldn't be
hard to update previous uses.
API changes
-----------
- Removed version identifiers: BAS_VERSION_STR is enough.
* The code has been redistributed in more modules.
* TbasCustomScanner redesigned to help building transpilers/compilers.
* TbasInterpretor.Stopped is read-only now: there's a new method Stop
and Reset, GotoLabel and DoGoto have been modified.
* Better source code access in TbasInterpretor.
* All exception classes have been refactores and some more have been added.
What's New
----------
+ Added commands ENTER and LEAVE to the BAScript languageto manage memory
frames and allow recursivity.
+ Added BriefC: a language similar to C but simpler.