Terse. Elegant. Readable. Even faster. A top secret experiment to make Jyxal
even faster and multitarget compiled.
- Download the latest release from the releases page.
- Run the file with
java -jar Myxal-<version>.jar -f <input file> [other args]
- Enjoy the compiled goodness!
Argument | Description |
---|---|
d | Debug mode. Prints stuff like parse trees, adds -g to g++, and the like |
c | Makes the compiler use the Myxal codepage instead of UTF-8 for an input encoding |
h | Prints the help page |
p | Specifies which platform to compile for. Options are either jvm or native . Defaults to jvm . |
O | Disables optimization |
f | Specifies input file |