From bf220677626494ea3fa05b0d8dcc9dbe0bd69ec4 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 1 Sep 2020 13:05:40 -0400 Subject: [PATCH] todo --- go/todo.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/go/todo.txt b/go/todo.txt index 63c49adb9..455670ace 100644 --- a/go/todo.txt +++ b/go/todo.txt @@ -1,6 +1,13 @@ * lots of trivial things are just a matter of keystroking * defer them while focusing on what's hard (and maybe most worthwhile about the Go port) +TOP OF LIST: +* widen reader coverage, incl xtab +• widen writer coverage, incl md +* widen verb coverage +* widen DSL coverage +* move from AST+interpreter to CST, or decorated CST ... + harder / more worthy: ~ streaming JSON reader -> w/ and w/o enclosing [...] ! @@ -15,7 +22,6 @@ k srec with mlrval values easier: * most of the verbs * most of the file formats -* then-chaining bonuses: * non-lite dkvp as easy extension of golib CSV reader :D