Age | Commit message (Expand) | Author |
---|---|---|
2020-01-29 | Rename mindex to index | dec05eba |
2020-01-29 | Allow passing variables to commands as args | dec05eba |
2020-01-26 | Temporary disable string indexing | dec05eba |
2020-01-26 | Implement the basis of a function call | dec05eba |
2020-01-26 | Remove debug output | dec05eba |
2020-01-26 | Implement sub, mul, div | dec05eba |
2020-01-26 | Implement plus operator and indexing of strings | dec05eba |
2020-01-25 | string view > string ref | dec05eba |
2020-01-25 | Implement almost all instructions | dec05eba |
2020-01-24 | Convert hash map to gc, implement more instructions and call command | dec05eba |
2020-01-23 | wip... there is a crash in get_or_create hash map | dec05eba |
2020-01-23 | Add bytecode decoding.. starting on program execution now | dec05eba |