Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-07-05 17:37:40 +03:00
parent 936976ec94
commit 77bb7dea83

View File

@ -158,8 +158,8 @@ var afterCallback = function(name){
// XXX can we implement the whole thing directly as a stack language??? // XXX can we implement the whole thing directly as a stack language???
// //
// XXX might be a good idea to read metadata from package.json // XXX might be a good idea to read metadata from package.json
// XXX might be a good idea to add a default .handler -- if a user does // XXX unify handler.arg and handler.key...
// not define a .handler just set a value... the question is on what? // ...syntax: "<arg>" | "<arg>|<key>"
// XXX might also be a good idea to return clone rather than this... i.e. // XXX might also be a good idea to return clone rather than this... i.e.
// treat the parser object as a result factory... // treat the parser object as a result factory...
// ...this would resolve any issues with misxing parse state with // ...this would resolve any issues with misxing parse state with