From 323a14ca8e3e2b4fc844b5f5c95e8b41314fc372 Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Fri, 17 May 2024 15:14:21 +0200 Subject: [PATCH] Updated TODO. --- web-views/todo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/web-views/todo.md b/web-views/todo.md index 8834442..326638a 100644 --- a/web-views/todo.md +++ b/web-views/todo.md @@ -21,6 +21,7 @@ - [ ] Create smoke screen test cases for the compiler. - [ ] Separate the api, runtime, and compiler elements. The api/runtime can depend on the compiler. If users really want to meddle with the compiler for some reason, they can depend on it directly. +- [ ] Get rid of sketching source set. ## Syntax ideas - Perhaps we could have a lambda- or closure-like factory at the beginning of a component for creating it. This could