Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

reese/rox

Repository files navigation

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

About

The Rox programming language

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages