From 08b4f7fcea1d44283159a55f8c5e094d931e5650 Mon Sep 17 00:00:00 2001
From: Tangent Wantwight <tangent128@gmail.com>
Date: Fri, 8 Sep 2023 00:06:28 -0400
Subject: [PATCH] delete unneeded TODO notes

---
 TODO | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/TODO b/TODO
index 2f4b764..a66fd69 100644
--- a/TODO
+++ b/TODO
@@ -12,29 +12,9 @@ older
 - Jest testing
   - endekalogue
 
-...Lexing tokens?
-
-- \n or ;
-- [
-- ]
-- "
-- \
-- #
-- $
-- {
-- }
-- non-newline whitespace
-- other characters
-
 test cases:
 
 - intercommand whitespace, blank commands, ;;;,
 - braces, nested, escaped, continued newlines, other backslashes, text-after-closing-brace
 - trailing whitespace, for commands and scripts
 - backslash escapes
-
-  - types if magic:
-    - plain text
-    - charged/enchanted text (literal, not result of substitution or {} escape; decays to plain text when substituted)
-    - html text (never result of literal, established as "safe" as a whole; if combined with plain text, plain text is escaped to result in more html)
-      - TODO: should html text just be natural type?