Skip to content

koda-git/crust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work In Progress

Still baking 🥐 ...

completed: lexer library

Next Steps:

Parser -> lexer created tokens into an AST, define grammar rules, recursive descent and handle syntax errors
AST -> define AST nodes
HIR -> lower AST into HIR, Simplify constructs, Validate
Types -> Handle types
Errors -> Handle errors, define them, and diag
Main -> Interface / Entrypoint (CLI)\

Writing tests...


Reverse engineering and learning previously abandoned compiler project from kaylendog

About

Hobby compiler and programming language written in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages