ullage

A statically-typed compiled language defined by a simple grammar. The parser started as an experiment in top-down operator precedence parsing in Rust. It has since started developing into a small language.

Table of Contents

  1. Getting Started
  2. Syntax & Grammar
  3. Parsing and Syntax Trees
  4. Data Layout
  5. Syntax Transformations