Skip to content

Releases: PySudo/QuantoScript

QuantoScript v1.0.0

Choose a tag to compare

@PySudo PySudo released this 12 Jul 00:13

QuantoScript v1.0.0

The first stable release of QuantoScript.

QuantoScript is a lightweight scripting language written in C, featuring its own interpreter, bytecode virtual machine, and cross-platform runtime.

Highlights

  • Custom interpreter and bytecode VM
  • Cross-platform support (Windows, Linux, macOS)
  • Functions, classes, modules, and exception handling
  • Standard library with networking support
  • Improved parser and statement handling
  • Unified execution across interpreter, VM, and QVM
  • Comprehensive regression test suite (132 tests, 396 executions)
  • GitHub Actions CI for automated builds and testing

Release Status

This release marks the first stable milestone of the language.

All core features are tested across multiple execution paths:

  • Interpreter (qs)
  • Virtual Machine (qs vm)
  • Compiled bytecode execution (qvm)

Thanks to everyone who contributed to testing and improving QuantoScript.