This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
Release 1.1
Changes:
- Added a delay in the Windows keyboard handler code
- Added WORDS() and WORD$()
- Added LTRIM$(), RTRIM$(), and TRIM$()
- Fixed a string compare bug where strings would be compared without a sign to "0" instead of ""
- Improved snake example
- Small optimizations
(Compressed) Executables:
- Linux x86 64-bit:
clibasic-linux-x64.zip
- Linux x86 32-bit:
clibasic-linux-x86.zip
- Windows x86 64-bit using VT escape codes:
clibasic-windows-vt-x64.zip
- Windows x86 32-bit using VT escape codes:
clibasic-windows-vt-x86.zip
- Windows x86 64-bit using legacy API calls:
clibasic-windows-x64.zip
- Windows x86 32-bit using legacy API calls:
clibasic-windows-x86.zip
Extras:
- Documentation:
docs.zip
- Example programs:
examples.zip
- Windows Readline library:
lib.zip