index
:
jinx
this commit
main
silly.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
lang
/
vm
/
code
Age
Commit message (
Expand
)
Author
2022-08-31
Remove temporary array operations
Mel
2022-08-22
Generate runtime debug info with source locations
Mel
2022-08-20
Improved and more versatile RangeMap
Mel
2022-08-16
Implement setting values at index in an array
Mel
2022-07-27
Implement VM modules and globals
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
Implement ForIn statement compilation
Mel
2022-07-05
Fix nested if block compiling
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-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-27
Function envs and value escaping
Mel
2022-05-27
Add debug info to compiled VM code
Mel
2022-05-20
Continuous VM stack implementation
Mel
2022-05-20
More VM operations needed for Fib
Mel
2022-05-18
Create compiler for Lang bytecode assembly
Mel
2022-05-17
Lang VM Prototype
Mel