more notes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user