Added proper lexing, whole thing is now a look-back parser

This commit is contained in:
2020-09-07 00:20:21 +10:00
parent 5183f89c91
commit 42e4990600
3 changed files with 111 additions and 56 deletions

View File

@@ -21,7 +21,7 @@ let authors = [
},
{
name: 'KayneRuse',
name: 'Kayne Ruse',
books: [
{ title: 'alpha', published: "1" },
{ title: 'beta', published: "2" },