1 unstable release

0.0.1 Jun 18, 2020
0.0.0 Apr 26, 2020

#46 in #object-file

MIT AND Apache-2.0

235KB
1K SLoC

Rox Logo

Build Security audit

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

~15MB
~306K SLoC