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 -2
View File
@@ -1,4 +1,6 @@
;bin/dune
(executable
(public_name croissant)
(name main)
(libraries croissant))
(public_name croissant)
(libraries parser lexer ast))