Simplify parser syntax
This commit is contained in:
parent
99d552092c
commit
49297337b4
11 changed files with 50 additions and 205 deletions
|
@ -2,7 +2,6 @@ const QUERY = ['-> <P>', '-> P'];
|
|||
|
||||
const PARSED = [
|
||||
{
|
||||
args: [],
|
||||
elems: [],
|
||||
foundElems: 1,
|
||||
original: "-> <P>",
|
||||
|
@ -26,7 +25,6 @@ const PARSED = [
|
|||
error: null,
|
||||
},
|
||||
{
|
||||
args: [],
|
||||
elems: [],
|
||||
foundElems: 1,
|
||||
original: "-> P",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue