feat: Add typecheck to the AST

This commit is contained in:
Lucàs
2024-07-05 00:06:32 +02:00
parent 0a42fbe3dc
commit d81b96779a
17 changed files with 234 additions and 39 deletions
+8 -1
View File
@@ -1,3 +1,10 @@
(library
(name ast)
(modules syntax print))
(modules lexer parser syntax print typecheck analyzer)
)
(menhir
(modules parser))
(ocamllex
(modules lexer))