don't need while loops

This commit is contained in:
2020-11-29 19:55:43 -07:00
parent 39cfd248b2
commit e509dcdf67

View File

@@ -165,11 +165,7 @@ class SpecialForms {
EArrayDecl([forExpr("for", wholeExp, args, convert)]).withContextPos();
};
// TODO special form for while loop
// TODO special form for do-while loop
// TODO special form for switch
// TODO (case... ) for switch
// Type check syntax:
map["the"] = (wholeExp:ReaderExp, args:Array<ReaderExp>, convert:ExprConversion) -> {