index
:
parscan
fix-untyped-assign
main
parscan-struct
experimental interpreter
marc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
interp
/
interpreter_test.go
Age
Commit message (
Expand
)
Author
22 hours
feat: handle define expression with multiple right values
HEAD
main
Marc Vertes
38 hours
fix: improve parsing of assign statements
Marc Vertes
2 days
fix: correct var order in multi-var declaration
Marc Vertes
3 days
feat: make Next iterator instruction faster and more efficient
Marc Vertes
3 days
chore: use parser.Token.Arg to store generated parameters
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
13 days
fix: improve literal composite on nested types
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
Merge branch 'main' of git.vertes.org:git/parscan
Marc Vertes
2026-01-06
fix: correct and simplify parsing of expressions.
Marc Vertes
2025-12-19
fix lang: attribute properties to tokens, not strings
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