finished resolver (chapter 11) and started classes (chapter 12)

This commit is contained in:
Moritz Gmeiner 2023-01-28 01:11:55 +01:00
commit 10540708d4
34 changed files with 1448 additions and 438 deletions

2
frontend/src/lib.rs Normal file
View file

@ -0,0 +1,2 @@
pub mod lexer;
pub mod parser;