more notes

This commit is contained in:
2020-11-14 19:02:48 -07:00
parent ebed21484d
commit ac6c50a845

View File

@@ -32,6 +32,10 @@ class SpecialForms {
// TODO special form for assignment
// TODO special form for local var declaration
// TODO let
// TODO special form for lambda
// TODO special form for for loop
@@ -66,6 +70,8 @@ class SpecialForms {
EIf(condition, thenExp, elseExp).withPos();
};
// TODO cond
return map;
}