1 unstable release
0.0.1 | Jun 18, 2020 |
---|---|
0.0.0 |
|
#48 in #object-file
235KB
1K
SLoC
This is the main repository for the Rox programming language.
Building from source
Rox compiles programs using the cargo
command line tool.
To compile, use cargo run path/to/script.rox
.
For development purposes, Rox always outputs to test.o
in the working directory.
This object file can be run using your C compiler with cc test.o -o <executable>
.
lib.rs
:
Rox
Rox
is high-level, statically-typed, compiled language that mixes
the familiarity of C-style syntax with the rigorous and expressive features
of functional languages.
Dependencies
~16MB
~323K SLoC