index
:
parscan
fix-untyped-assign
main
parscan-struct
experimental interpreter
marc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
17 hours
feat: handle define expression with multiple right values
HEAD
main
Marc Vertes
32 hours
fix: improve parsing of assign statements
Marc Vertes
43 hours
fix: correct var order in multi-var declaration
Marc Vertes
3 days
feat: add Next2 and Pull2 instructions in vm.
Marc Vertes
3 days
feat: make Next iterator instruction faster and more efficient
Marc Vertes
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
3 days
chore: use token helpers
Marc Vertes
3 days
chore: use token helpers
Marc Vertes
4 days
chore: refactor token types to avoid mutate scanner tokens
Marc Vertes
4 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-07
fix: set 'HasInit' token property in language definition
Marc Vertes
2026-01-06
fix: vm test
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
2025-11-28
doc: improve comments, pass lint
Marc Vertes
2025-11-27
fix: improve parser, compiler and interpreter APIs
Marc Vertes
2025-11-27
chore: mv parser/interpreter.go interpreter/
Marc Vertes
2025-11-27
chore: move compiler and interpreter in their own packages
Marc Vertes
2025-11-26
Chore: improve tracing of code emits
Marc Vertes
2025-11-16
fix lint
Marc Vertes
2025-11-15
chore: update ci lint
Marc Vertes
2025-11-14
fix: refactor VM instruction type
Marc Vertes
2025-11-13
chore: include more packages in test coverage
Marc Vertes
2025-11-10
chore: fix lint
Marc Vertes
2025-03-03
chore: fix lint
Marc Vertes
2025-03-03
fix: improve struct
parscan-struct
Marc Vertes
2024-07-18
fix (parser): don't panic if assign of define untyped value (#10)
Marc Vertes
2024-06-10
chore: use latest golangci-lint
Marc Vertes
2024-06-10
chore: github action add test cover
Marc Vertes
2024-06-10
chore: add golangci-lint to github actions
Marc Vertes
2024-06-05
Create go.yml
Marc Vertes
2024-04-23
feat: initial and partial support of composite expressions (#9)
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-21
Merge pull request #7 from ajnavarro/feature/simple-memory-dump
Marc Vertes
2024-03-21
Add extra GoDoc to explain why Dump is on the Compiler.
Antonio Navarro Perez
2024-03-20
feat: Add simple Dump creation and recovery.
Antonio Navarro Perez
[next]