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
/
decls_cgen.c
Age
Commit message (
Expand
)
Author
2020-03-02
got rid of Location in Type
Leo Tenenbaum
2020-03-01
removed unnecessary Location parameters from cgen stuff
Leo Tenenbaum
2020-03-01
improved command line arguments for compiler (added -no-color)
Leo Tenenbaum
2020-03-01
casting to #C types
Leo Tenenbaum
2020-03-01
better #foreign system
Leo Tenenbaum
2020-02-29
new foreign system working like old one did now
Leo Tenenbaum
2020-02-29
more #foreign
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
finished new ident system
Leo Tenenbaum
2020-02-07
new ident system working except for nms
Leo Tenenbaum
2020-02-07
still trying to fix new idents
Leo Tenenbaum
2020-02-06
more work on new ident system; not quite working yet
Leo Tenenbaum
2020-02-04
more namespaces
Leo Tenenbaum
2020-02-02
more namespaces
Leo Tenenbaum
2020-01-30
more namespaces
Leo Tenenbaum
2020-01-29
got rid of packages.
Leo Tenenbaum
2020-01-27
#include
Leo Tenenbaum
2020-01-24
more #builtin
Leo Tenenbaum
2020-01-23
improved parsing fn types; fixed tests
Leo Tenenbaum
2020-01-22
runtime foreign
Leo Tenenbaum
2020-01-19
more work on #foreign
Leo Tenenbaum
2020-01-17
code cleanup (FnExpr now contains Location)
Leo Tenenbaum
2020-01-15
fixed several problems with packages. arr_foreach works now!
Leo Tenenbaum
2020-01-14
declarations of imported things in C!!!
Leo Tenenbaum
2020-01-14
extern variable declarations
Leo Tenenbaum
2020-01-14
better exported C name system
Leo Tenenbaum
2020-01-14
improved C names of exported things
Leo Tenenbaum
2020-01-13
more packages
Leo Tenenbaum
2020-01-11
changed the way struct names work
Leo Tenenbaum
2020-01-10
made Field.type not a pointer
Leo Tenenbaum
2020-01-09
changed TYPE_TYPE,PKG to TYPE_BUILTINs
Leo Tenenbaum
2020-01-07
naming consistency
Leo Tenenbaum
2020-01-06
started importing
Leo Tenenbaum
2020-01-06
fixed bug with cgen structs
Leo Tenenbaum
2020-01-06
improved naming of exported functions in C
Leo Tenenbaum
2020-01-06
cleaning up; fixed a few bugs
Leo Tenenbaum
2020-01-02
updated copyright year
Leo Tenenbaum
2019-12-10
made Expression smaller
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-07
fixed something weird going on with the tokenizer that might be a bug in clang
Leo Tenenbaum
2019-12-07
added license
Leo Tenenbaum
[next]