index
:
parscan
fix-untyped-assign
main
parscan-struct
experimental interpreter
marc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
comp
Age
Commit message (
Expand
)
Author
3 days
chore: make Compiler.emit a method instead of closure
Marc Vertes
3 days
chore: use parser.Token.Arg to store generated parameters
Marc Vertes
4 days
chore: use token helpers
Marc Vertes
4 days
chore: refactor token types to avoid mutate scanner tokens
Marc Vertes
5 days
feat: add support for range clause and iterators
Marc Vertes
10 days
feat: handle slice expressions
Marc Vertes
12 days
fix: improve handling of indirections
Marc Vertes
2026-01-11
fix: handle assign statements on map elements
Marc Vertes
2026-01-09
feat: initial support for maps
Marc Vertes
2026-01-08
fix: improve composite literal for slices
Marc Vertes
2026-01-07
fix: improve handling of composite literal struct expressions
Marc Vertes
2026-01-06
fix: correct and simplify parsing of expressions.
Marc Vertes
2025-12-04
chore: move symbol types and functions in its own package.
Marc Vertes
2025-12-03
feat: support literal struct expressions with keyed elements
Marc Vertes
2025-12-02
feat: support of struct literal composite
Marc Vertes
2025-11-29
chore: shorter name for packages, simpilfy vm values
Marc Vertes