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 (
Collapse
)
Author
2019-10-10
cgen more types, unary, etc.
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-09-06
started block return values
Leo Tenenbaum
2019-09-01
#C directive
Leo Tenenbaum
2019-09-01
improved the way identifiers worked (now they use a single block array)
Leo Tenenbaum
2019-08-31
out params for array returns
Leo Tenenbaum
2019-08-30
improved tuple assignment
Leo Tenenbaum
2019-08-30
tuple assignment
Leo Tenenbaum
2019-08-30
Added tuple types
Leo Tenenbaum
2019-08-30
improved assignment; added arrays
Leo Tenenbaum
2019-08-29
added assignment
Leo Tenenbaum
2019-08-29
More constant expressions
Leo Tenenbaum
2019-08-29
Added fixed-size arrays
Leo Tenenbaum
2019-08-28
cleaned up code; fixed some function stuff
Leo Tenenbaum
2019-08-27
basic type inference
Leo Tenenbaum
2019-08-27
fixed functions
Leo Tenenbaum
2019-08-27
checked undeclared identifiers; not totally done yet
Leo Tenenbaum
2019-08-27
Function types
Leo Tenenbaum
2019-08-24
Added main function
Leo Tenenbaum
2019-08-24
improved functions; added header file
Leo Tenenbaum
2019-08-23
Cleaned up code
Leo Tenenbaum
2019-08-22
generating function declarations & definitions
Leo Tenenbaum
2019-08-22
Started code generation
Leo Tenenbaum
[prev]