Releases: tcort/tcbasic
Releases · tcort/tcbasic
Version 2.3.0
Notable Changes:
- Add
FOR
/NEXT
loops - Add integer division operator (
\
) and exponentiation operator (^
) - Add built-in functions:
CLS
,INT
,SHELL
,BEEP
- Allow spaces between
GO
andTO
as well asGO
andSUB
. - Allow mixed case keywords
- Improved error checking and reporting
- Switch from autotools build system to cmake build system
- Increase randomness of
RANDOMIZE
- Documentation updates
Version 2.2.0
Source package with configure
script: tcbasic-2.2.0.tar.gz
Notable changes:
- New functions:
TIME
,SGN
- New operator:
MOD
- New command:
RENUM
- New feature: Debug Tracing via
TRON
andTROFF
commands. - Fixed invalid read and several other defects detected by static analysis tools.
Version 2.1.0
Source package with configure
script: tcbasic-2.1.0.tar.gz
Notable changes:
- Adds built-in functions:
SIN
,COS
,TAN
,COT
,ATN
,EXP
,LOG
,ABS
,SQR
- Fixes over a dozen defects detected by static analysis tools.
Version 2.0.0
Source package with configure
script: tcbasic-2.0.0.tar.gz
Version 1.0.3
Source package with configure
script: tcbasic-1.0.3.tar.gz
Version 1.0.2
Source package with configure
script: tcbasic-1.0.2.tar.gz
Version 1.0.1
Source package with configure
script: tcb-1.0.1.tar.gz
Version 1.0.0
Source package with configure
script: tcb-1.0.0.tar.gz