mirror of
https://github.com/flynx/pWiki.git
synced 2026-01-13 13:15:33 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
838bf76d46
commit
aa426742da
@ -29,6 +29,8 @@ var pwpath = require('./path')
|
|||||||
// i.e.
|
// i.e.
|
||||||
// "aaa \"bbb \\"ccc\\" bbb\" aaa"
|
// "aaa \"bbb \\"ccc\\" bbb\" aaa"
|
||||||
|
|
||||||
|
// XXX RENAME...
|
||||||
|
// ...this handles the syntax and lexing...
|
||||||
var BaseParser =
|
var BaseParser =
|
||||||
module.BaseParser = {
|
module.BaseParser = {
|
||||||
// patterns...
|
// patterns...
|
||||||
@ -673,6 +675,9 @@ function(spec, func){
|
|||||||
return 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 =
|
var parser =
|
||||||
module.parser = {
|
module.parser = {
|
||||||
__proto__: BaseParser,
|
__proto__: BaseParser,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user