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
2020-01-11
importing some values!
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-03
fixed a bug with returning
Leo Tenenbaum
2020-01-02
updated copyright year
Leo Tenenbaum
2019-12-18
fixed leaks
Leo Tenenbaum
2019-12-12
more infer setup and better arr_foreach
Leo Tenenbaum
2019-12-11
finally probably have a good version of what infer should do
Leo Tenenbaum
2019-12-08
changed post to preincrement (it actually does make a difference with tcc)
Leo Tenenbaum
2019-12-08
checking for duplicate args
Leo Tenenbaum
2019-12-08
allowed parameters with default values before params without as long as ↵
Leo Tenenbaum
theyre named
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