Parser 2.0 (Major Delezer) #52

Merged
defunkt merged 35 commits from parser2 into main 2025-12-08 16:35:34 +00:00
Showing only changes of commit 1682a7ccb7 - Show all commits

View File

@ -290,6 +290,7 @@ export class Scanner {
}
readCurlyString() {
this.start = this.pos - 1
let depth = 1
this.next()