index
:
parscan
fix-untyped-assign
main
parscan-struct
experimental interpreter
marc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lang
/
golang
Age
Commit message (
Expand
)
Author
5 days
feat: add support for range clause and iterators
Marc Vertes
12 days
fix: improve handling of indirections
Marc Vertes
2026-01-07
fix: set 'HasInit' token property in language definition
Marc Vertes
2026-01-06
fix: correct and simplify parsing of expressions.
Marc Vertes
2024-04-02
chore: add linters and some lint fixes (#8)
Marc Vertes
2024-01-15
chore: import from gnolang
Marc Vertes
2023-11-20
parser: add support for unary operators
Marc Vertes
2023-11-15
parser: parse struct type declarations
Marc Vertes
2023-10-21
parser: implement operator precedence rules in expressions
Marc Vertes
2023-10-12
move to a direct byte code compiler (#8)
Marc Vertes
2023-09-06
scanner: add automatic insertion of semi-colon after newline
Marc Vertes
2023-09-01
parser: skip comment modes
Marc Vertes
2023-08-25
chore: appease lint and vet
Marc Vertes
2023-08-24
fix: parser must be initialized before use
Marc Vertes
2023-08-09
codegen: add a bytecode generator (#5)
Marc Vertes
2023-07-24
parser: define all node kinds to make the parser multi-language (#3)
Marc Vertes
2023-07-10
first commit
Marc Vertes