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
/
data_structures.c
Age
Commit message (
Collapse
)
Author
2020-07-14
formatting cleanup
Leo Tenenbaum
2020-07-13
static for seems to be working; also fixed some eval stuff
Leo Tenenbaum
2020-07-12
//
Leo Tenenbaum
2020-06-27
figured out what the problem with the types test was
Leo Tenenbaum
going to need a separate stage for figuring out #ifs or something
2020-04-28
cleanup
Leo Tenenbaum
2020-04-22
improved arr system
Leo Tenenbaum
2020-04-12
fixed could not open file error message
Leo Tenenbaum
2020-03-18
defer seems to be fully working
Leo Tenenbaum
2020-03-14
fixed indentation
Leo Tenenbaum
2020-02-26
removed unneeded functions
Leo Tenenbaum
2020-02-07
fixed leaks
Leo Tenenbaum
2020-02-05
switching to new ident system and wow it makes everything so much simpler
Leo Tenenbaum
2020-02-01
more namespaces
Leo Tenenbaum
2020-01-31
more namespaces
Leo Tenenbaum
2020-01-24
fixed eval call problem + more #builtin
Leo Tenenbaum
2020-01-21
only load libraries once
Leo Tenenbaum
2020-01-19
extracted hash table for future use by foreign to avoid loading libraries twice
Leo Tenenbaum