index
:
jinx
this commit
main
silly.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-06-14
Fix BinExpr precendence not being drilled down
Mel
2022-06-12
Create basic Expr compiler for Lang
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
Create Lang compiler package
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
2022-05-27
Add debug info to compiled VM code
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
Continuous VM stack implementation
Mel
2022-05-20
Add VM cli tool
Mel
2022-05-20
Add Fib test for VM
Mel
2022-05-20
More VM operations needed for Fib
Mel
2022-05-20
Access methods for VM data and stop Array copying
Mel
2022-05-19
Return pc after VM error
Mel
2022-05-19
Don't log messages twice
Mel
2022-05-19
Stop VM cmd execution on compilation failure
Mel
2022-05-18
Handle errors gracefully in VM
Mel
2022-05-18
Respect halt OP
Mel
2022-05-18
VM command
Mel
2022-05-18
Fix type assertions for add and sub exec
Mel
2022-05-18
Start call stack with at least one frame
Mel
2022-05-18
Create compiler for Lang bytecode assembly
Mel
2022-05-17
Lang VM Prototype
Mel
2022-05-09
Extract source walk part of scanner
Mel
2022-04-21
Lang parser prototype
Mel
2022-04-21
Do not force generics for Expr and Stmt
Mel
2022-04-20
Basic AST for lang
Mel
2022-04-20
Add scanner emoji in strings test
Mel
2022-04-19
Emit EOL tokens in scanner
Mel
2022-04-19
Scanner tight number fix
Mel
2022-04-19
More scanner tests and tight idents fix
Mel
2022-04-16
Basic scanner for lang
Mel
[prev]
[next]