1
0
Fork
You've already forked QSX-lang
0
language for mathematics with a virtual machine like java
  • C 97.1%
  • Makefile 2.9%
Find a file
2026年07月11日 21:14:47 +02:00
include big update: add compiler_panic and SSO against buffer overflow 2026年07月11日 21:14:47 +02:00
src big update: add compiler_panic and SSO against buffer overflow 2026年07月11日 21:14:47 +02:00
test big update: add compiler_panic and SSO against buffer overflow 2026年07月11日 21:14:47 +02:00
.gitignore first commit 2026年07月10日 16:58:20 +02:00
LICENCE add link of homepage for qsx and MIT licence 2026年07月10日 18:27:21 +02:00
Makefile big update: add compiler_panic and SSO against buffer overflow 2026年07月11日 21:14:47 +02:00
README.MD add link of homepage for qsx and MIT licence 2026年07月10日 18:27:21 +02:00

QSX-Lang

QSX-Homepage

Documentation

qsx is a language for mathematics based on its own virtual machine like java with JVM the virtual call VMS for QSX.

NOTE: for now QSX is a very minimalist language and prototype.

Building QSXC (the QSX compiler)

you must need

  • GNU Make
  • GCC support C99

for launch the makefile

make # NOTE : for windows it's mingw32-make

that's all

for contribute to QSX

you need

  • launch the test with .qsx file in test/
  • A serious modification or a new purpose for add new functionnalti
  • for cosmetic edit is accepted but you need a good reason for this.