index
:
parscan
fix-untyped-assign
main
parscan-struct
experimental interpreter
marc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parser
/
expr.go
Age
Commit message (
Expand
)
Author
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
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-11-27
chore: move compiler and interpreter in their own packages
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-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-14
feat: improve debug output of tokens
Marc Vertes
2024-03-14
Merge branch 'main' of github.com:mvertes/parscan
Marc Vertes
2024-03-14
feat: initial support of closures
Marc Vertes
2024-03-13
Merge pull request #5 from ajnavarro/fix/small-fixes
Marc Vertes
2024-03-12
Fix: small README fixes and throw an error if expression not supported.
Antonio Navarro Perez
2024-01-15
chore: import from gnolang
Marc Vertes
2023-11-20
parser: add pointer support (work in progress)
Marc Vertes
2023-11-20
parser: add support for unary operators
Marc Vertes
2023-11-20
parser: add support for slices and arrays, parse index expressions
Marc Vertes
2023-11-17
parser: support selector expression to get / set struct fields
Marc Vertes
2023-11-15
parser: parse struct type declarations
Marc Vertes
2023-11-04
fix: skip parsing empty expression
Marc Vertes
2023-11-03
feat: add support for control flow operators in expressions
Marc Vertes