type_check_visitor first iteration, value, execution_visitor started

This commit is contained in:
ProgramSnail 2023-05-07 19:52:35 +03:00
parent 173d50672a
commit 890bd90eba
22 changed files with 481 additions and 452 deletions

View file

@ -1,6 +1,6 @@
namespace Employee {
decl gen_employee : Unit -> Employee
def gen_employee = {
def gen_employee : a = {
return
$Employee
& name = "John"