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
/
cgen.c
Age
Commit message (
Expand
)
Author
2019-12-14
fixed problem with infer
Leo Tenenbaum
2019-12-11
fixed some cgen stuff
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-08
better error system
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-06
fixed a problem with ret decls but found another
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
got rid of TYPE_USER!!
Leo Tenenbaum
2019-11-28
started dealing with calling "type functions"
Leo Tenenbaum
2019-11-26
cleanup, switched to enums for flags
Leo Tenenbaum
2019-11-25
fixed problems with return declarations
Leo Tenenbaum
2019-11-22
fixed type parameters
Leo Tenenbaum
2019-11-19
finally got type params to work
Leo Tenenbaum
2019-11-19
fixed problems with const 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-14
cleaning up some stuff
Leo Tenenbaum
2019-11-13
fixed a bunch of bugs!!
Leo Tenenbaum
2019-11-13
evaluating default arguments
Leo Tenenbaum
2019-11-13
fixed some problems with compile time params
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
added hash table test & fixed bugs there
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
+=, -=, /=, *=
Leo Tenenbaum
2019-11-08
fixed, e.g. each x := x
Leo Tenenbaum
2019-11-06
each by pointer
Leo Tenenbaum
2019-11-05
improved each loop output (removed unnecessary variable sometimes)
Leo Tenenbaum
2019-11-05
fixed problems with each loops
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
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-11-01
arr/slice length with .len!
Leo Tenenbaum
2019-11-01
. with pointers to structs
Leo Tenenbaum
2019-10-31
discovered a bug where stuff isn't typed before being eval'd. trying to fix it.
Leo Tenenbaum
2019-10-31
basic . operator
Leo Tenenbaum
[prev]
[next]