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
+6
View File
@@ -0,0 +1,6 @@
class virtual node =
object
method virtual to_string : string
(* method virtual check_type : Types.type_ *)
(* method virtual eval *)
end