index
:
parscan
fix-untyped-assign
main
parscan-struct
experimental interpreter
marc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm
Age
Commit message (
Expand
)
Author
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-08
feat: add type representation in vm package
Marc Vertes
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 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: hande const declarations
Marc Vertes
2023-11-10
vm: add Grow instruction to increase stack
Marc Vertes
2023-11-07
parser: implement switch statement
Marc Vertes
2023-11-03
feat: add support for control flow operators in expressions
Marc Vertes
2023-10-21
parser: implement operator precedence rules in expressions
Marc Vertes
2023-10-12
move to a direct byte code compiler (#8)
Marc Vertes