feat: Implement eval methods for expressions

This commit is contained in:
Lucàs
2024-10-26 22:40:50 +02:00
parent b493c77d70
commit 9e201e8d16
28 changed files with 638 additions and 325 deletions
+7 -3
View File
@@ -1,10 +1,14 @@
(library
(name Syntax)
(name syntax)
(modules
Node
Types
Literals
Environments
BinaryOperators
UnaryOperators
Literals
Expressions
Statements
SourceFiles))
Roots)
; (libraries typing)
)