Simplify parser syntax

This commit is contained in:
Guillaume Gomez 2022-02-09 20:56:37 +01:00
parent 99d552092c
commit 49297337b4
11 changed files with 50 additions and 205 deletions

View file

@ -274,7 +274,7 @@ function loadSearchJsAndIndex(searchJs, searchIndex, storageJs, crate) {
"isWhitespace", "isSpecialStartCharacter", "isStopCharacter",
"parseInput", "getItemsBefore", "getNextElem", "createQueryElement",
"isReturnArrow", "isPathStart", "getStringElem", "newParsedQuery",
"itemTypeFromName", "isEndCharacter"];
"itemTypeFromName", "isEndCharacter", "isErrorCharacter"];
const functions = ["hasOwnPropertyRustdoc", "onEach"];
ALIASES = {};