Searched refs:characterParser (Results 1 – 2 of 2) sorted by relevance
5 var characterParser = require('character-parser'); variable94 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);
129 - 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…