refactor: Move tests of ast in separate folder

This commit is contained in:
Lucàs
2024-07-02 18:16:14 +02:00
parent ce66b67cde
commit 14f6ec447a
4 changed files with 15 additions and 11 deletions
+3
View File
@@ -0,0 +1,3 @@
(library
(name ast)
(modules syntax print))