Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 483 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 483 Bytes

Onyx Compiler

This is an Onyx language compiler implementation in Rust. See the website for the brief history and language features.

Zen

  • Syntax exists for clarity. It shall be clear both conceptually and visually.
  • Decrease ambiguity.
    • Syntax shall be unambiguous.
  • Balance between multiple ways to do the same thing and syntax complexity (Rust is biased towards the number of special symbols).
  • Subefficient unless transparently optimized.