summaryrefslogtreecommitdiff
path: root/allocator.c
AgeCommit message (Expand)Author
2020-05-05figured out what the problem wasLeo Tenenbaum
2020-05-04fixed bug with f(f(x)) solutionLeo Tenenbaum
2020-04-22improved arr systemLeo Tenenbaum
2020-04-19annotating index type for loopsLeo Tenenbaum
2020-04-13cleaned up struct member access with struct[member_as_string] by replacing it...Leo Tenenbaum
2020-03-11error message for default varargsLeo Tenenbaum
2020-02-29new foreign system working like old one did nowLeo Tenenbaum
2020-02-27only #include stuff onceLeo Tenenbaum
2020-02-08eval recursion workingLeo Tenenbaum
2020-01-24more #builtinLeo Tenenbaum
2020-01-17Location bug fix and (&Package).somethingLeo Tenenbaum
2020-01-12fixed memory leaksLeo Tenenbaum
2020-01-04formattingLeo Tenenbaum
2020-01-04fixed potential future bug, which wasnt causing problems right nowLeo Tenenbaum
2020-01-02updated copyright yearLeo Tenenbaum
2019-12-18fixed leaksLeo Tenenbaum
2019-12-14basic inferred paramsLeo Tenenbaum
2019-12-12more infer setup and better arr_foreachLeo Tenenbaum
2019-12-12...Leo Tenenbaum
2019-12-07added licenseLeo Tenenbaum
2019-12-02cleanupLeo Tenenbaum
2019-11-27fixed problem where functions could have tuple parametersLeo Tenenbaum
2019-11-25cleaning upLeo Tenenbaum
2019-11-20fixed some bugs; caused some othersLeo Tenenbaum
2019-11-17started writing code to copy exprs and other stuffLeo Tenenbaum
2019-11-17moved constant param system to typing.Leo Tenenbaum
2019-11-13fixed a bunch of bugs!!Leo Tenenbaum
2019-11-11declarations for functions with constant parametersLeo Tenenbaum
2019-11-10added hash table test & fixed bugs thereLeo Tenenbaum
2019-10-26minor cleaning up and bug fixesLeo Tenenbaum
2019-10-25started fixing leakingLeo Tenenbaum
2019-10-09a bit more cgen (basic fn headers)Leo Tenenbaum
2019-10-08fixed array access lval bugsLeo Tenenbaum
2019-10-07more eval, but there are bugsLeo Tenenbaum
2019-10-03fixed bug & added while infinite loops (now only they can have ret exprs)Leo Tenenbaum
2019-10-03started switching array systemLeo Tenenbaum
2019-09-29finished replacing err_malloc with allocators; now there are no memory leaks!Leo Tenenbaum
2019-09-29continued allocatorLeo Tenenbaum
2019-09-29made allocator; will switch to it soonLeo Tenenbaum