Crates.io | rox-lang |
lib.rs | rox-lang |
version | 0.0.1 |
source | src |
created_at | 2020-04-26 19:50:10.143415 |
updated_at | 2020-06-18 01:23:18.577853 |
description | The Rox Programming Language |
homepage | https://github.com/reese/rox |
repository | https://github.com/reese/rox |
max_upload_size | |
id | 234402 |
size | 335,224 |
This is the main repository for the Rox programming language.
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>
.