language for mathematics with a virtual machine like java
| include | big update: add compiler_panic and SSO against buffer overflow | |
| src | big update: add compiler_panic and SSO against buffer overflow | |
| test | big update: add compiler_panic and SSO against buffer overflow | |
| .gitignore | first commit | |
| LICENCE | add link of homepage for qsx and MIT licence | |
| Makefile | big update: add compiler_panic and SSO against buffer overflow | |
| README.MD | add link of homepage for qsx and MIT licence | |
QSX-Lang
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.