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
/
decl.go
Age
Commit message (
Expand
)
Author
13 days
fix: improve literal composite on nested types
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-11-27
chore: move compiler and interpreter in their own packages
Marc Vertes
2025-03-03
fix: improve struct
parscan-struct
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-08
feat: add type representation in vm package
Marc Vertes
2024-01-15
chore: import from gnolang
Marc Vertes
2023-11-24
parser: fix allocation of local variables
Marc Vertes
2023-11-15
parser: parse struct type declarations
Marc Vertes
2023-11-15
parser: hande const declarations
Marc Vertes
2023-11-13
parser: initial support for type declarations.
Marc Vertes
2023-11-10
parser: implement support for var declarations
Marc Vertes