mirror of
https://github.com/flynx/pWiki.git
synced 2026-08-11 10:04:44 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2f5e752044
commit
d5a9dd3277
@ -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?: <macro src=/moo/> 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 = {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user