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

Release 1.0

Compare
Choose a tag to compare
@PQCraft PQCraft released this 03 Dec 05:57
· 8 commits to master since this release
b5913ee

Changes:

  • Bugfixes
  • Fixed a bug in CLS
  • Added the ability to clear a single line in CLS
  • Added subfunctions
  • Switched from double to long double
  • Rewrote getVal() and improved accuracy
  • Fixed getVal() power solving bug due to rewrite
  • Windows now uses CreateProcess() instead of system() for EXEC, EXEC(), and EXEC$()
  • Fixed Windows _kbhit()

(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