rox-lang

Crates.iorox-lang
lib.rsrox-lang
version0.0.1
sourcesrc
created_at2020-04-26 19:50:10.143415
updated_at2020-06-18 01:23:18.577853
descriptionThe Rox Programming Language
homepagehttps://github.com/reese/rox
repositoryhttps://github.com/reese/rox
max_upload_size
id234402
size335,224
Reese Williams (reese)

documentation

README

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>.

Commit count: 160

cargo fmt