summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-08fix: improve composite literal for slicesMarc Vertes
2026-01-07fix: improve handling of composite literal struct expressionsMarc Vertes
2026-01-07fix: set 'HasInit' token property in language definitionMarc Vertes
2026-01-06fix: vm testMarc Vertes
2026-01-06Merge branch 'main' of git.vertes.org:git/parscanMarc Vertes
2026-01-06fix: correct and simplify parsing of expressions.Marc Vertes
2025-12-19fix lang: attribute properties to tokens, not stringsMarc Vertes
2025-12-04chore: move symbol types and functions in its own package.Marc Vertes
2025-12-03feat: support literal struct expressions with keyed elementsMarc Vertes
2025-12-02feat: support of struct literal compositeMarc Vertes
2025-11-29chore: shorter name for packages, simpilfy vm valuesMarc Vertes
2025-11-28doc: improve comments, pass lintMarc Vertes
2025-11-27fix: improve parser, compiler and interpreter APIsMarc Vertes
2025-11-27chore: mv parser/interpreter.go interpreter/Marc Vertes
2025-11-27chore: move compiler and interpreter in their own packagesMarc Vertes
2025-11-26Chore: improve tracing of code emitsMarc Vertes
2025-11-16fix lintMarc Vertes
2025-11-15chore: update ci lintMarc Vertes
2025-11-14fix: refactor VM instruction typeMarc Vertes
2025-11-13chore: include more packages in test coverageMarc Vertes
2025-11-10chore: fix lintMarc Vertes
2025-03-03chore: fix lintMarc Vertes
2025-03-03fix: improve structparscan-structMarc Vertes
2024-07-18fix (parser): don't panic if assign of define untyped value (#10)Marc Vertes
2024-06-10chore: use latest golangci-lintMarc Vertes
2024-06-10chore: github action add test coverMarc Vertes
2024-06-10chore: add golangci-lint to github actionsMarc Vertes
2024-06-05Create go.ymlMarc Vertes
2024-04-23feat: initial and partial support of composite expressions (#9)Marc Vertes
2024-04-02chore: add linters and some lint fixes (#8)Marc Vertes
2024-03-22feat: add initial support for import, provide minimal fmt (#6)Marc Vertes
2024-03-21Merge pull request #7 from ajnavarro/feature/simple-memory-dumpMarc Vertes
2024-03-21Add extra GoDoc to explain why Dump is on the Compiler.Antonio Navarro Perez
2024-03-20feat: Add simple Dump creation and recovery.Antonio Navarro Perez
2024-03-14feat: improve debug output of tokensMarc Vertes
2024-03-14Merge branch 'main' of github.com:mvertes/parscanMarc Vertes
2024-03-14feat: initial support of closuresMarc Vertes
2024-03-13Merge pull request #5 from ajnavarro/fix/small-fixesMarc Vertes
2024-03-13Update vm/README.mdAntonio Navarro Perez
2024-03-12Fix: small README fixes and throw an error if expression not supported.Antonio Navarro Perez
2024-03-12Merge pull request #4 from mvertes/fix-no-return-funcMarc Vertes
2024-03-12fixupMarc Vertes
2024-03-12fix: force adding a return at end of functionMarc Vertes
2024-03-11fix callX, update readmeMarc Vertes
2024-03-11Merge pull request #2 from mvertes/vm-typeMarc Vertes
2024-03-08feat: add type representation in vm packageMarc Vertes
2024-01-23Merge pull request #1 from ajnavarro/proposal/vm-state-managementMarc Vertes
2024-01-18Remove vm state managementAntonio Navarro Perez
2024-01-15chore: import from gnolangMarc Vertes
2024-01-15Add PIPs prpoposal and state management proposalAntonio Navarro Perez