summaryrefslogtreecommitdiff
path: root/scanner/scan_test.go
AgeCommit message (Expand)Author
2023-10-12move to a direct byte code compiler (#8)Marc Vertes
2023-09-08scanner: automatic semi-colon insertion at EOFMarc Vertes
2023-09-06scanner: add automatic insertion of semi-colon after newlineMarc Vertes
2023-09-06chore: refactor some APIsMarc Vertes
2023-09-04scan: fix scanning blocks with inner stringsMarc Vertes
2023-09-01parser: skip comment modesMarc Vertes
2023-08-24scanner: handle long string delimiters (#7)Marc Vertes
2023-08-09codegen: add a bytecode generator (#5)Marc Vertes
2023-07-24scanner: compute numerical values (#2)Marc Vertes
2023-07-10first commitMarc Vertes