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
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
2019-09-07
finished basic returning
Leo Tenenbaum
2019-08-31
out params for array returns
Leo Tenenbaum
2019-08-28
Improved types (now gives error when you annotate the wrong type)
Leo Tenenbaum
2019-08-28
cleaned up code; fixed some function stuff
Leo Tenenbaum