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
/
typedefs_cgen.c
Age
Commit message (
Expand
)
Author
2020-01-11
changed the way struct names work
Leo Tenenbaum
2020-01-09
changed TYPE_TYPE,PKG to TYPE_BUILTINs
Leo Tenenbaum
2020-01-07
naming consistency
Leo Tenenbaum
2020-01-06
fixed bug with cgen structs
Leo Tenenbaum
2020-01-02
updated copyright year
Leo Tenenbaum
2019-12-16
better inference
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-07
added license
Leo Tenenbaum
2019-12-02
fixed type ret vals bug!
Leo Tenenbaum
2019-12-02
cleanup
Leo Tenenbaum
2019-11-30
cleanup, found a weird bug
Leo Tenenbaum
2019-11-30
got rid of TYPE_USER!!
Leo Tenenbaum
2019-11-22
fixed type parameters
Leo Tenenbaum
2019-11-17
moved constant param system to typing.
Leo Tenenbaum
2019-11-16
:@
Leo Tenenbaum
2019-11-14
cleaning up some stuff
Leo Tenenbaum
2019-11-13
fixed a bunch of bugs!!
Leo Tenenbaum
2019-11-12
improved compile time params
Leo Tenenbaum
2019-11-12
compile time 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-08
fixed, e.g. each x := x
Leo Tenenbaum
2019-11-04
each loops!
Leo Tenenbaum
2019-11-03
got pointers to future types to work
Leo Tenenbaum
2019-11-03
started to get user-defined types to work with pointers to future types
Leo Tenenbaum
2019-11-03
fixed problems with eval decls
Leo Tenenbaum
2019-11-03
replaced user-defined type system (there are still bugs apparently though)
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