index
:
jinx
this commit
main
silly.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
lang
/
vm
Age
Commit message (
Expand
)
Author
2022-08-31
Add FromData function to create values easier
Mel
2022-08-31
Remove temporary array operations
Mel
2022-08-29
Add simple memory leak test
Mel
2022-08-29
Drop native function arguments after usage
Mel
2022-08-29
Fix outlet leak when outlet value points to itself
Mel
2022-08-29
Put full function data onto call stack
Mel
2022-08-29
Stop ignoring val.Drop and val.Clone memory errors
Mel
2022-08-22
Add flag to generate PCs markers when decompiling
Mel
2022-08-22
Generate runtime debug info with source locations
Mel
2022-08-20
Improved and more versatile RangeMap
Mel
2022-08-17
Add different "say" outputs to VM
Mel
2022-08-16
Implement setting values at index in an array
Mel
2022-08-16
Ensure correct argument stack order in all cases
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-26
Remove accidental print in exec
Mel
2022-07-19
Implement stack hygiene
Mel
2022-07-12
Add new binary ops to decompiler
Mel
2022-07-11
Reimplement argument counts
Mel
2022-07-11
Function compilation and minor fixes
Mel
2022-07-11
Rebuild compiler and code builder with markers
Mel
2022-07-06
Implement most of the binary operations
Mel
2022-07-06
Add Array push core method
Mel
2022-07-06
Allow text compiler to use number labels as PCs
Mel
2022-07-06
Implement ForIn statement compilation
Mel
2022-07-05
Fix nested if block compiling
Mel
2022-07-02
Rename ErrEnvNotSet to ErrNullPtrDereference
Mel
2022-06-26
Change arguments order in VM to match expectation
Mel
2022-06-12
Add simple Lang BC Decompiler
Mel
2022-06-12
Remove println from builder
Mel
2022-06-07
Marginally better bytecode builder line API
Mel
2022-06-07
Add builder for VM bytecode
Mel
2022-06-02
OpMod and OpSetLocal for prime test
Mel
2022-06-01
Implement proper object types
Mel
2022-06-01
Always return from native functions implicitly
Mel
2022-06-01
Add NullData to null values
Mel
2022-06-01
Make VM GetResult independent of call base
Mel
2022-06-01
Shift call base only after new call base pushed
Mel
2022-05-31
Call args fix in tests and better error message
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
[next]