diff --git a/v2/pwiki/parser.js b/v2/pwiki/parser.js index 0d08dab..3d4f504 100755 --- a/v2/pwiki/parser.js +++ b/v2/pwiki/parser.js @@ -29,6 +29,8 @@ var pwpath = require('./path') // i.e. // "aaa \"bbb \\"ccc\\" bbb\" aaa" +// XXX RENAME... +// ...this handles the syntax and lexing... var BaseParser = module.BaseParser = { // patterns... @@ -673,6 +675,9 @@ function(spec, func){ return func } +// XXX RENAME... +// ...this is more of an expander/executer... +// ...might be a good idea to also do a check without executing... var parser = module.parser = { __proto__: BaseParser,