This commit is contained in:
John Kerl 2020-10-13 22:28:15 -04:00
parent 47dbf00511
commit 2efdae215d
2 changed files with 0 additions and 7 deletions

View file

@ -1412,11 +1412,8 @@ TripleForUpdate
// A = mlr_dsl_ast_node_alloc_zary("return_void", MD_AST_NODE_TYPE_RETURN_VOID);
//}
//// Begin/end
//Statement(A) ::= FuncBlock(B). { A = B; }
//Statement(A) ::= SubrBlock(B). { A = B; }
//Statement(A) ::= BeginBlock(B). { A = B; }
//Statement(A) ::= EndBlock(B). { A = B; }
//Statement(A) ::= md_token_subr_call FcnOrSubrCall(B). {
// A = mlr_dsl_ast_node_alloc_unary("subr_call", MD_AST_NODE_TYPE_SUBR_CALLSITE, B);

View file

@ -46,9 +46,6 @@ TOP OF LIST:
CATEGORIES:
* widen verb coverage
o count
o repeat
o focus on calendar/DST/TZ improvements
* widen CLI coverage
o --c2x et al. -- fold in markdown
@ -67,7 +64,6 @@ CATEGORIES:
o non-lite DKVP reader/writer
o comment-filtering-compaosed io.Reader
o make a pprint reader w/ width-detect
o '_' as empty-marker in pprint -- ? backwards-incompatible if so ...
* widen DSL coverage
! print/dump/emit w/ redirect options