summaryrefslogtreecommitdiff
path: root/arr.c
AgeCommit message (Expand)Author
2020-01-04formattingLeo Tenenbaum
2020-01-04fixed potential future bug, which wasnt causing problems right nowLeo Tenenbaum
2020-01-03fixed a bug with returningLeo Tenenbaum
2020-01-02updated copyright yearLeo Tenenbaum
2019-12-18fixed leaksLeo Tenenbaum
2019-12-12more infer setup and better arr_foreachLeo Tenenbaum
2019-12-11finally probably have a good version of what infer should doLeo Tenenbaum
2019-12-08changed post to preincrement (it actually does make a difference with tcc)Leo Tenenbaum
2019-12-08checking for duplicate argsLeo Tenenbaum
2019-12-08allowed parameters with default values before params without as long as theyr...Leo Tenenbaum
2019-12-07added licenseLeo Tenenbaum
2019-12-03fixed another problem, and now I kind of know whats going on with ArrLeo Tenenbaum
2019-11-17started writing code to copy exprs and other stuffLeo Tenenbaum
2019-11-13fixed a bunch of bugs!!Leo Tenenbaum
2019-11-11declarations for functions with constant parametersLeo Tenenbaum
2019-10-29fixed problems with user-defined types and out paramsLeo Tenenbaum
2019-10-27minor fixes to silence warnings when building releaseLeo Tenenbaum
2019-10-21compile time recursionLeo Tenenbaum
2019-10-11bug fixes, function callsLeo Tenenbaum
2019-10-04improved arr_add and fixed bugLeo Tenenbaum
2019-10-03fixed bug & added while infinite loops (now only they can have ret exprs)Leo Tenenbaum
2019-10-03fixed some arr bugsLeo Tenenbaum
2019-10-03continued arr systemLeo 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-27added converter from named arguments to non-namedLeo Tenenbaum