NuclearOreo / babiller

Building a Programming Language from scratch using Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning How to Crate a Programming Language

Rust

The project is mostly for learning purposes. Building myself a language (I'm calling it babiller, babble in French) so I get a better understanding of how a parser would work. Touching on topic of evaluation, function, blocks, binding, expressions etc.

Basic Commands

  • Build Source: cargo build
  • Run Tests: cargo test
  • CLI or REPL: cargo r -q

About

Building a Programming Language from scratch using Rust


Languages

Language:Rust 100.0%