aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-06Change license to unlicensedHEADmasterdec05eba
2020-07-30wipdec05eba
2020-07-23Make parenthesis optional in function if there are no parametersdec05eba
2020-07-22Add variable to list value and map keydec05eba
2020-07-22Kill child process when parent diesdec05eba
2020-01-29Rename mindex to indexdec05eba
2020-01-29Allow passing variables to commands as argsdec05eba
2020-01-26Temporary disable string indexingdec05eba
2020-01-26Implement the basis of a function calldec05eba
2020-01-26Remove debug outputdec05eba
2020-01-26Implement sub, mul, divdec05eba
2020-01-26Implement plus operator and indexing of stringsdec05eba
2020-01-25string view > string refdec05eba
2020-01-25Implement almost all instructionsdec05eba
2020-01-24Convert hash map to gc, implement more instructions and call commanddec05eba
2020-01-23Fix hash map get_or_create crashdec05eba
2020-01-23wip... there is a crash in get_or_create hash mapdec05eba
2020-01-23Add bytecode decoding.. starting on program execution nowdec05eba
2020-01-22Correctly parse and produce bytecode for exampledec05eba
2020-01-22Simplify bytecodedec05eba
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
2020-01-18Add list, map and command parsingdec05eba
2020-01-14bladec05eba
2020-01-14kkdec05eba
2020-01-14add parsing of rhs and mapdec05eba
2020-01-14add parser...dec05eba
2020-01-14startdec05eba