Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Beta 0.22

Compare
Choose a tag to compare
@PQCraft PQCraft released this 19 Sep 03:30
· 65 commits to master since this release
a4772c6

Changes:

  • Added file i/o
  • Improved CLS
  • Fixed a compiler warning when using clang
  • Improved program loader to prevent crashing when a virtual device is passed
  • Stopped CLIBASIC from tainting the terminal and breaking sudo and su input (bug in kbhit() function)
  • Updated dead links in README.md
  • Added line number support
  • Fixed a LABEL/GOTO bug
  • Added a manpage
  • Added local (non-root) install support to Makefile

(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:

  • Example programs: examples.zip