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

@ -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",