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
/
arr.c
Age
Commit message (
Collapse
)
Author
2019-12-07
added license
Leo Tenenbaum
2019-12-03
fixed another problem, and now I kind of know whats going on with Arr
Leo Tenenbaum
2019-11-17
started writing code to copy exprs and other stuff
Leo Tenenbaum
2019-11-13
fixed a bunch of bugs!!
Leo Tenenbaum
mainly to do with default arguments and named return values. also cgen unicode identifier support!
2019-11-11
declarations for functions with constant parameters
Leo Tenenbaum
2019-10-29
fixed problems with user-defined types and out params
Leo Tenenbaum
2019-10-27
minor fixes to silence warnings when building release
Leo Tenenbaum
2019-10-21
compile time recursion
Leo Tenenbaum
2019-10-11
bug fixes, function calls
Leo Tenenbaum
2019-10-04
improved arr_add and fixed bug
Leo Tenenbaum
2019-10-03
fixed bug & added while infinite loops (now only they can have ret exprs)
Leo Tenenbaum
2019-10-03
fixed some arr bugs
Leo Tenenbaum
2019-10-03
continued arr system
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-27
added converter from named arguments to non-named
Leo Tenenbaum