| Crates.io | oxur-comp |
| lib.rs | oxur-comp |
| version | 0.2.0 |
| created_at | 2026-01-03 17:47:03.507485+00 |
| updated_at | 2026-01-17 00:24:34.868487+00 |
| description | Oxur compiler: lowers Core Forms to Rust and generates binaries |
| homepage | |
| repository | https://github.com/oxur/oxur |
| max_upload_size | |
| id | 2020518 |
| size | 66,616 |
Oxur compiler library and binary.
oxurc)# Compile an Oxur file
oxurc input.ox -o output
# Keep generated Rust source
oxurc input.ox --emit-rust
# Verbose output
oxurc input.ox -v
The oxur-comp library provides:
The compiler takes Core Forms (from oxur-lang) and:
syn crateprettypleaserustc to produce the final binary