Skip to content
/ rs Public

An Onyx compiler implementation in Rust

Notifications You must be signed in to change notification settings

onyxlang/rs

Repository files navigation

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.

About

An Onyx compiler implementation in Rust

Topics

Resources

Stars

Watchers

Forks

Languages