/rust-compiler

A compiler written in rust.

Primary LanguageRust

Rust Compiler

About

A to be named language

Why?

I wanted to learn to write a compiler continue to expand on this project

Tokenizer

The tokens associated in the language

src/tokenizer/token

Lexer

How we understand the symbols of the language

src/lexer