From 90f6fa8b19570049a80d8bd07d11a1eca4a09b57 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sat, 19 Mar 2022 19:08:55 -0400 Subject: [PATCH] Few extra points --- src/ludus/analyzer.clj | 2 ++ 1 file changed, 2 insertions(+) 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