summaryrefslogtreecommitdiff
path: root/scanner/scan_test.go
AgeCommit message (Expand)Author
2025-11-16fix lintMarc Vertes
2024-03-22feat: add initial support for import, provide minimal fmt (#6)Marc Vertes
2024-03-14feat: improve debug output of tokensMarc Vertes
2024-01-15chore: import from gnolangMarc Vertes
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