Home
last modified time | relevance | path

Searched refs:characterParser (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/pug-lexer/
Dindex.js5 var characterParser = require('character-parser'); variable
94 var res = characterParser(exp)
238 var end = characterParser.BRACKETS[start];
241 range = characterParser.parseUntil(this.input, end, {start: skip + 1});
787 var parser = characterParser(tok.val);
795 parser = characterParser(tok.val);
987 parsed = characterParser.parseUntil(code, ']');
1156 var state = characterParser.defaultState();
1221 const isNotPunctuator = !characterParser.isPunctuator(str[x])
1246 state = characterParser.parseChar(str[i], state);
/plugin/asciidocjs/node_modules/character-parser/
DREADME.md129 - Any of the property values of `characterParser.TOKEN_TYPES`
130 - Any of the property values of `characterParser.BRACKETS` (the end bracket, not the starting brack…