feat: Support Unary Operation #1

This commit is contained in:
Lucàs
2024-07-02 18:17:20 +02:00
parent 14f6ec447a
commit b983c8a662
4 changed files with 18 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
;test/ast/dune
(test
(name print)
(libraries alcotest ast)
)