aboutsummaryrefslogtreecommitdiff
path: root/src/std
AgeCommit message (Expand)Author
2020-07-22Kill child process when parent diesdec05eba
2020-01-24Convert hash map to gc, implement more instructions and call commanddec05eba
2020-01-23Fix hash map get_or_create crashdec05eba
2020-01-23Add bytecode decoding.. starting on program execution nowdec05eba
2020-01-22Correctly parse and produce bytecode for exampledec05eba
2020-01-22Use macro return_if_error instead of if-statement everywheredec05eba
2020-01-22Add get_or_create method for hash map, more efficient than checking and then ...dec05eba
2020-01-21Fix hash map invalid alloc and free on deinitdec05eba
2020-01-21Optimize hash map reorder (dont reorder new buckets)dec05eba
2020-01-21Fix hash map issuesdec05eba
2020-01-20Add arithmetic, implement hash mapdec05eba
2020-01-18Start on bytecode, move object files to build directorydec05eba