refactor: Use analyzer to parse rawtext into ast

This commit is contained in:
Lucàs
2024-07-04 00:41:32 +02:00
parent 6cbfb1c6a6
commit 0a42fbe3dc
5 changed files with 47 additions and 37 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
(executable
(name main)
(public_name croissant)
(libraries parser lexer ast))
(libraries analyzer ast))