[fine] Type checking bones

This commit is contained in:
John Doty 2024-01-05 14:59:48 -08:00
parent 5cc9ecc398
commit c0f40aa512
6 changed files with 613 additions and 3 deletions

View file

@ -1,2 +1,3 @@
pub mod parser;
pub mod semantics;
pub mod tokens;