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
/
sdecls_cgen.c
Age
Commit message (
Expand
)
Author
2020-03-03
static if
Leo Tenenbaum
2020-03-02
got rid of Location in Type
Leo Tenenbaum
2020-03-01
switched some expression kinds to using pointers so that sizeof(Expression) i...
Leo Tenenbaum
2020-02-28
started new #foreign system
Leo Tenenbaum
2020-02-27
only #include stuff once
Leo Tenenbaum
2020-02-26
cgen no longer produces errors!
Leo Tenenbaum
2020-02-26
Status, removed errors from sdecls_cgen
Leo Tenenbaum
2020-02-19
struct parameters seem to be working
Leo Tenenbaum
2020-02-15
more struct params & reverted to StructDef *struc;
Leo Tenenbaum
2020-02-14
minor improvements and preparing for struct arguments
Leo Tenenbaum
2020-02-08
fixed cgen of local fns
Leo Tenenbaum
2020-02-07
got #export to work
Leo Tenenbaum
2020-02-07
new ident system working except for nms
Leo Tenenbaum
2020-02-06
more work on new ident system; not quite working yet
Leo Tenenbaum
2020-02-02
more namespaces
Leo Tenenbaum
2020-02-01
more namespaces
Leo Tenenbaum
2020-01-30
more namespaces
Leo Tenenbaum
2020-01-27
#include
Leo Tenenbaum
2020-01-19
more work on #foreign
Leo Tenenbaum
2020-01-15
fixed several problems with packages. arr_foreach works now!
Leo Tenenbaum
2020-01-14
fixed struct decls (tests pass now)
Leo Tenenbaum
2020-01-13
more packages
Leo Tenenbaum
2020-01-11
renamed typedefs_cgen.c
Leo Tenenbaum