alisp.org: update todos

This commit is contained in:
2026-02-11 08:25:28 +00:00
committed by oreodave
parent f09e0d33a4
commit 04be0ecad0

View File

@@ -45,7 +45,7 @@ i.e. no parsing.
*** DONE Design what a "parser function" would look like *** DONE Design what a "parser function" would look like
The general function is something like ~stream -> T | Err~. What The general function is something like ~stream -> T | Err~. What
other state do we need to encode? other state do we need to encode?
*** WIP Write a parser for integers *** DONE Write a parser for integers
*** DONE Write a parser for symbols *** DONE Write a parser for symbols
*** DONE Write a parser for lists *** DONE Write a parser for lists
*** TODO Write a parser for strings *** TODO Write a parser for strings