Try to fix PDF salad mac failure

This commit is contained in:
2020-12-07 19:25:31 -07:00
parent a13b2db10f
commit c2fa37fb28

View File

@@ -234,7 +234,7 @@ class SpecialForms {
EContinue.withMacroPosOf(wholeExp);
};
// TODO (case... ) for switch
// (case... ) for switch
map["case"] = (wholeExp:ReaderExp, args:kiss.List<ReaderExp>, k:KissState) -> {
// Most Lisps don't enforce covering all possible patterns with (case...), but Kiss does,
// because pattern coverage is a useful feature of Haxe that Kiss can easily bring along.