order & limit implementation WIP

This commit is contained in:
zadam
2020-05-25 00:25:47 +02:00
parent b5627b138a
commit a1a744bb00
11 changed files with 470 additions and 77 deletions

View File

@@ -12,6 +12,7 @@ class ParsingContext {
// we record only the first error, subsequent ones are usually consequence of the first
if (!this.error) {
this.error = error;
console.log(this.error);
}
}
}