summaryrefslogtreecommitdiff
path: root/vm
AgeCommit message (Expand)Author
7 dayschore: move symbol types and functions in its own package.HEADmainMarc Vertes
8 daysfeat: support literal struct expressions with keyed elementsMarc Vertes
8 daysfeat: support of struct literal compositeMarc Vertes
11 dayschore: shorter name for packages, simpilfy vm valuesMarc Vertes
12 daysdoc: improve comments, pass lintMarc Vertes
2025-11-26Chore: improve tracing of code emitsMarc Vertes
2025-11-16fix lintMarc Vertes
2025-11-14fix: refactor VM instruction typeMarc 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-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-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-08feat: add type representation in vm packageMarc Vertes
2023-11-24parser: fix allocation of local variablesMarc Vertes
2023-11-24vm: use only reflect.Values (WIP)Marc Vertes
2023-11-20parser: add support for unary operatorsMarc Vertes
2023-11-20parser: add support for slices and arrays, parse index expressionsMarc Vertes
2023-11-17parser: support selector expression to get / set struct fieldsMarc Vertes
2023-11-15parser: hande const declarationsMarc Vertes
2023-11-10vm: add Grow instruction to increase stackMarc Vertes
2023-11-07parser: implement switch statementMarc Vertes
2023-11-03feat: add support for control flow operators in expressionsMarc Vertes
2023-10-21parser: implement operator precedence rules in expressionsMarc Vertes
2023-10-12move to a direct byte code compiler (#8)Marc Vertes