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-07-12
//
Leo Tenenbaum
2020-07-11
reduced eval memory usage
Leo Tenenbaum
2020-07-11
improved the way value memory management works
Leo Tenenbaum
2020-07-10
made types 16 bytes
Leo Tenenbaum
2020-07-10
cleaning up some stuff, fixing memory leaks
Leo Tenenbaum
2020-07-03
removed ability to evaluate a function before it is declared at compile time;...
Leo Tenenbaum
2020-06-26
finished moving #include to parsing
Leo Tenenbaum
2020-05-05
figured out what the problem was
Leo Tenenbaum
2020-05-04
fixed bug with f(f(x)) solution
Leo Tenenbaum
2020-04-22
improved arr system
Leo Tenenbaum
2020-04-19
annotating index type for loops
Leo Tenenbaum
2020-04-13
cleaned up struct member access with struct[member_as_string] by replacing it...
Leo Tenenbaum
2020-03-11
error message for default varargs
Leo Tenenbaum
2020-02-29
new foreign system working like old one did now
Leo Tenenbaum
2020-02-27
only #include stuff once
Leo Tenenbaum
2020-02-08
eval recursion working
Leo Tenenbaum
2020-01-24
more #builtin
Leo Tenenbaum
2020-01-17
Location bug fix and (&Package).something
Leo Tenenbaum
2020-01-12
fixed memory leaks
Leo Tenenbaum
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