From aa426742daf81e7a93c537f568f16fae9942105d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 13 Nov 2024 14:12:25 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- v2/pwiki/parser.js | 5 +++++ 1 file changed, 5 insertions(+) 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,