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
/
misc.c
Age
Commit message (
Expand
)
Author
2020-07-15
require #include filename to be a string literal
Leo Tenenbaum
2020-07-14
formatting cleanup
Leo Tenenbaum
2020-07-12
//
Leo Tenenbaum
2020-07-03
removed ability to evaluate a function before it is declared at compile time;...
Leo Tenenbaum
2020-06-24
started moving #include to parsing; not working yet
Leo Tenenbaum
2020-05-13
check for circular includes
Leo Tenenbaum
2020-05-08
#no_warn
Leo Tenenbaum
2020-05-08
got double include to REALLY work
Leo Tenenbaum
2020-05-03
got tests to work on linux again
Leo Tenenbaum
2020-04-28
cleanup
Leo Tenenbaum
2020-04-26
use struct member!!!
Leo Tenenbaum
2020-04-24
improve cgen for loops and allow returning something of unknown type
Leo Tenenbaum
2020-04-24
fixed problems with using _ as an identifier
Leo Tenenbaum
2020-04-23
made EXPR_IDENT a string before typing
Leo Tenenbaum
2020-04-19
fixing some for loop stuff
Leo Tenenbaum
2020-02-16
typing struct params
Leo Tenenbaum
2020-01-24
more #builtin
Leo Tenenbaum
2020-01-19
extracted hash table for future use by foreign to avoid loading libraries twice
Leo Tenenbaum
2020-01-14
improved C names of exported things
Leo Tenenbaum
2020-01-10
fixed str_copy
Leo Tenenbaum
2020-01-07
put small functions together and cleaned up float exporting
Leo Tenenbaum