mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b6597ae570
commit
188bdfe131
@ -1464,8 +1464,10 @@ module.BaseParser = {
|
|||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
// NOTE: this internally uses macros' keys to generate the lexing pattern.
|
// NOTE: this internally uses page.macros' keys to generate the
|
||||||
|
// lexing pattern.
|
||||||
lex: function*(page, str){
|
lex: function*(page, str){
|
||||||
|
// XXX we can't get .raw from the page without going async...
|
||||||
//str = str
|
//str = str
|
||||||
// ?? page.raw
|
// ?? page.raw
|
||||||
// NOTE: we are doing a separate pass for comments to completely
|
// NOTE: we are doing a separate pass for comments to completely
|
||||||
@ -1563,9 +1565,10 @@ module.BaseParser = {
|
|||||||
// ...
|
// ...
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// NOTE: this internaly uses macros to check for propper nesting
|
// NOTE: this internaly uses page.macros to check for propper nesting
|
||||||
//group: function*(page, lex, to=false){
|
//group: function*(page, lex, to=false){
|
||||||
group: function*(page, lex, to=false, parent){
|
group: function*(page, lex, to=false, parent){
|
||||||
|
// XXX we can't get .raw from the page without going async...
|
||||||
//lex = lex
|
//lex = lex
|
||||||
// ?? this.lex(page)
|
// ?? this.lex(page)
|
||||||
lex = typeof(lex) == 'string' ?
|
lex = typeof(lex) == 'string' ?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user