index
:
parscan
fix-untyped-assign
main
parscan-struct
experimental interpreter
marc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scanner
Age
Commit message (
Expand
)
Author
12 days
doc: improve comments, pass lint
Marc Vertes
2025-11-26
Chore: improve tracing of code emits
Marc Vertes
2025-11-16
fix lint
Marc Vertes
2025-11-10
chore: fix lint
Marc Vertes
2024-07-18
fix (parser): don't panic if assign of define untyped value (#10)
Marc Vertes
2024-04-02
chore: add linters and some lint fixes (#8)
Marc Vertes
2024-03-22
feat: add initial support for import, provide minimal fmt (#6)
Marc Vertes
2024-03-14
feat: improve debug output of tokens
Marc Vertes
2024-01-15
chore: import from gnolang
Marc Vertes
2023-10-12
move to a direct byte code compiler (#8)
Marc Vertes
2023-09-08
scanner: automatic semi-colon insertion at EOF
Marc Vertes
2023-09-06
scanner: add automatic insertion of semi-colon after newline
Marc Vertes
2023-09-06
chore: refactor some APIs
Marc Vertes
2023-09-04
codegen: add interpreter tests
Marc Vertes
2023-09-04
scan: fix scanning blocks with inner strings
Marc Vertes
2023-09-01
parser: skip comment modes
Marc Vertes
2023-08-25
chore: appease lint and vet
Marc Vertes
2023-08-24
doc: add diagrams to scanner and parser readmes
Marc Vertes
2023-08-24
fix: parser must be initialized before use
Marc Vertes
2023-08-24
scanner: handle long string delimiters (#7)
Marc Vertes
2023-08-09
codegen: add a bytecode generator (#5)
Marc Vertes
2023-07-24
scanner: compute numerical values (#2)
Marc Vertes
2023-07-10
first commit
Marc Vertes