index
:
jinx
this commit
main
silly.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
lang
/
vm
/
value
Age
Commit message (
Expand
)
Author
2022-08-29
Stop ignoring val.Drop and val.Clone memory errors
Mel
2022-08-16
Implement setting values at index in an array
Mel
2022-08-11
Actual modules and core
Mel
2022-08-10
Use TypeKind instead of Ptr to deduce Value types
Mel
2022-07-28
Compile type declarations correctly
Mel
2022-07-27
Implement VM modules and globals
Mel
2022-07-26
Fix cloning of outlets and don't drop nil cells
Mel
2022-07-11
Reimplement argument counts
Mel
2022-06-01
Implement proper object types
Mel
2022-06-01
Add NullData to null values
Mel
2022-05-31
Add untyped Objects (for now)
Mel
2022-05-30
Specify arg count on VM Functions
Mel
2022-05-29
Types, Methods and basic Core Lib
Mel
2022-05-29
VM Native Functions
Mel
2022-05-28
Harden Mem further and add tests
Mel
2022-05-28
Extract stack package and hide behind interface
Mel
2022-05-28
Harden VM Mem
Mel
2022-05-27
Function envs and value escaping
Mel
2022-05-27
VM ARC
Mel
2022-05-20
Call and return from functions
Mel
2022-05-20
Make empty value of Type equal Null
Mel
2022-05-20
Access methods for VM data and stop Array copying
Mel
2022-05-18
Handle errors gracefully in VM
Mel
2022-05-17
Lang VM Prototype
Mel