From d5a9dd32778dd5feb8b18fe353497a96c13d5128 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 7 Aug 2026 00:17:56 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- v3/pwiki/macros.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/v3/pwiki/macros.js b/v3/pwiki/macros.js index 5127dee..689b7d1 100644 --- a/v3/pwiki/macros.js +++ b/v3/pwiki/macros.js @@ -15,26 +15,19 @@ var pwpath = require('./path') - - //--------------------------------------------------------------------- // Parser/Runner... // XXX TODO: // - callbacks on elements resolving... -// - option/way to wrap macro output -- callback?? -// - naming: -// parser -> macro +// - a real parset -- compare performance and select an implementation... // // -// XXX ASAP move the macros here... // XXX BUG?: is not parsed correctly... // XXX need to correctly handle nested and escaped quotes... // i.e. // "aaa \"bbb \\"ccc\\" bbb\" aaa" -// XXX RENAME... -// ...this handles the syntax and execution... var BaseMacros = module.BaseMacros = {