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-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
2019-12-02
fixed type ret vals bug!
Leo Tenenbaum
2019-12-02
cleanup
Leo Tenenbaum
2019-11-30
fixed some bugs involving returning types
Leo Tenenbaum
2019-11-30
basic type returning
Leo Tenenbaum
2019-11-30
fixed bug
Leo Tenenbaum
2019-11-30
cleanup, found a weird bug
Leo Tenenbaum
2019-11-30
got rid of TYPE_USER!!
Leo Tenenbaum
2019-11-19
fixed problems with const params
Leo Tenenbaum
2019-11-18
stuff with type params
Leo Tenenbaum
2019-11-17
declarations of fns with const params
Leo Tenenbaum
2019-11-17
moved constant param system to typing.
Leo Tenenbaum
2019-11-16
:@
Leo Tenenbaum
2019-11-13
fixed a bunch of bugs!!
Leo Tenenbaum
2019-11-13
local & anonymous fns with const params
Leo Tenenbaum
2019-11-12
improved compile time params
Leo Tenenbaum
2019-11-12
compile time parameters
Leo Tenenbaum
2019-11-11
declarations for functions with constant parameters
Leo Tenenbaum
2019-11-10
wrote value hash table for compile time arguments
Leo Tenenbaum
2019-11-09
got rid of _FLAG_ everywhere
Leo Tenenbaum
2019-11-09
fixed local functions
Leo Tenenbaum
2019-11-08
added value exprs in preparation for compile time arguments
Leo Tenenbaum
2019-11-04
each loops!
Leo Tenenbaum
2019-11-02
did part of #sizeof/alignof directives for compile-time size and aligns of types
Leo Tenenbaum
2019-10-31
basic . operator
Leo Tenenbaum
2019-10-29
fixed problems with user-defined types and out params
Leo Tenenbaum
2019-10-27
parameters are immutable again
Leo Tenenbaum
2019-10-27
switching to just declaring types
Leo Tenenbaum
2019-10-21
mostly did slice notation (e.g. x[3:5])
Leo Tenenbaum
2019-10-21
compile time recursion
Leo Tenenbaum
2019-10-19
parameters passed as pointers
Leo Tenenbaum
2019-10-14
minor improvements, including output indentation
Leo Tenenbaum
2019-10-11
stating to make returns work for out param fns
Leo Tenenbaum
2019-10-11
more cgen (bin ops, direct c)
Leo Tenenbaum
2019-10-09
a bit more cgen (basic fn headers)
Leo Tenenbaum
2019-10-09
more cgen
Leo Tenenbaum
2019-10-09
started cgen
Leo Tenenbaum
[next]