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
6 days
chore: move symbol types and functions in its own package.
HEAD
main
Marc Vertes
7 days
feat: support literal struct expressions with keyed elements
Marc Vertes
8 days
feat: support of struct literal composite
Marc Vertes
11 days
chore: shorter name for packages, simpilfy vm values
Marc Vertes
12 days
doc: improve comments, pass lint
Marc Vertes
13 days
fix: improve parser, compiler and interpreter APIs
Marc Vertes
13 days
chore: mv parser/interpreter.go interpreter/
Marc Vertes
13 days
chore: move compiler and interpreter in their own packages
Marc Vertes
14 days
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
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-13
Update vm/README.md
Antonio Navarro Perez
2024-03-12
Fix: small README fixes and throw an error if expression not supported.
Antonio Navarro Perez
2024-03-12
Merge pull request #4 from mvertes/fix-no-return-func
Marc Vertes
2024-03-12
fixup
Marc Vertes
2024-03-12
fix: force adding a return at end of function
Marc Vertes
2024-03-11
fix callX, update readme
Marc Vertes
2024-03-11
Merge pull request #2 from mvertes/vm-type
Marc Vertes
2024-03-08
feat: add type representation in vm package
Marc Vertes
2024-01-23
Merge pull request #1 from ajnavarro/proposal/vm-state-management
Marc Vertes
2024-01-18
Remove vm state management
Antonio Navarro Perez
2024-01-15
chore: import from gnolang
Marc Vertes
2024-01-15
Add PIPs prpoposal and state management proposal
Antonio Navarro Perez
2023-11-24
parser: fix allocation of local variables
Marc Vertes
2023-11-24
vm: use only reflect.Values (WIP)
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
[next]