feat: Support basic expression

This commit is contained in:
Lucàs
2024-07-02 15:33:58 +02:00
parent c91951308f
commit e563bce4f5
12 changed files with 231 additions and 25 deletions
+4 -1
View File
@@ -1,2 +1,5 @@
;test/dune
(test
(name croissant))
(name ast)
(libraries ast alcotest))