diff --git a/src/ludus/analyzer.clj b/src/ludus/analyzer.clj index 366aca4..4e1105f 100644 --- a/src/ludus/analyzer.clj +++ b/src/ludus/analyzer.clj @@ -15,4 +15,6 @@ * Tail call optimization for simple recursion (rewrite it as a loop?) * Check arities for statically known functions * Enforce single-member tuple after called keywords + * Placeholders may only appear in tuples in synthetic expressions + * Each of these may have zero or one placeholders ") \ No newline at end of file