index
:
toc.git
trunk
A programming language which compiles to C
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
allocator.c
Age
Commit message (
Expand
)
Author
2020-01-04
formatting
Leo Tenenbaum
2020-01-04
fixed potential future bug, which wasnt causing problems right now
Leo Tenenbaum
2020-01-02
updated copyright year
Leo Tenenbaum
2019-12-18
fixed leaks
Leo Tenenbaum
2019-12-14
basic inferred params
Leo Tenenbaum
2019-12-12
more infer setup and better arr_foreach
Leo Tenenbaum
2019-12-12
...
Leo Tenenbaum
2019-12-07
added license
Leo Tenenbaum
2019-12-02
cleanup
Leo Tenenbaum
2019-11-27
fixed problem where functions could have tuple parameters
Leo Tenenbaum
2019-11-25
cleaning up
Leo Tenenbaum
2019-11-20
fixed some bugs; caused some others
Leo Tenenbaum
2019-11-17
started writing code to copy exprs and other stuff
Leo Tenenbaum
2019-11-17
moved constant param system to typing.
Leo Tenenbaum
2019-11-13
fixed a bunch of bugs!!
Leo Tenenbaum
2019-11-11
declarations for functions with constant parameters
Leo Tenenbaum
2019-11-10
added hash table test & fixed bugs there
Leo Tenenbaum
2019-10-26
minor cleaning up and bug fixes
Leo Tenenbaum
2019-10-25
started fixing leaking
Leo Tenenbaum
2019-10-09
a bit more cgen (basic fn headers)
Leo Tenenbaum
2019-10-08
fixed array access lval bugs
Leo Tenenbaum
2019-10-07
more eval, but there are bugs
Leo Tenenbaum
2019-10-03
fixed bug & added while infinite loops (now only they can have ret exprs)
Leo Tenenbaum
2019-10-03
started switching array system
Leo Tenenbaum
2019-09-29
finished replacing err_malloc with allocators; now there are no memory leaks!
Leo Tenenbaum
2019-09-29
continued allocator
Leo Tenenbaum
2019-09-29
made allocator; will switch to it soon
Leo Tenenbaum