From 9ce1f299776beb736d2beb3340bbb617dc73f604 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sun, 20 Mar 2022 19:25:20 -0400 Subject: [PATCH] Update notes --- src/ludus/parser.clj | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/ludus/parser.clj b/src/ludus/parser.clj index 714b53a..fe3e6ea 100644 --- a/src/ludus/parser.clj +++ b/src/ludus/parser.clj @@ -594,12 +594,7 @@ (comment " Further thoughts/still to do: - * Functions - * anonymous, simple - * named, simple - * anonymous, complex? - * named, complex - * with docstrings? + * Functions docstrings * Cond expressions * Loops * Structs