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
/
toc.c
Age
Commit message (
Expand
)
Author
2019-11-28
started dealing with calling "type functions"
Leo Tenenbaum
2019-11-24
started to get fn(t @ Type, x: t) to work
Leo Tenenbaum
2019-11-20
fixed some bugs; caused some others
Leo Tenenbaum
2019-11-17
started writing code to copy exprs and other stuff
Leo Tenenbaum
2019-11-17
moved constant param system to typing.
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-03
replaced user-defined type system (there are still bugs apparently though)
Leo Tenenbaum
2019-10-31
fixed some bugs involving trying to call future functions at compile time; no...
Leo Tenenbaum
2019-10-31
a.b as an lvalue
Leo Tenenbaum
2019-10-29
fixed problems with user-defined types and out params
Leo Tenenbaum
2019-10-27
minor fixes to silence warnings when building release
Leo Tenenbaum
2019-10-09
started cgen
Leo Tenenbaum
2019-10-07
more eval, but there are bugs
Leo Tenenbaum
2019-10-03
started switching array system
Leo Tenenbaum
2019-10-02
eval casting
Leo Tenenbaum
2019-10-01
Integer, UInteger => int64_t, uint64_t
Leo Tenenbaum
2019-10-01
restarted eval, this time with macros!
Leo Tenenbaum
2019-09-29
continued allocator
Leo Tenenbaum
2019-09-29
made allocator; will switch to it soon
Leo Tenenbaum
2019-09-27
added converter from named arguments to non-named
Leo Tenenbaum
2019-09-21
fixed a bit of parsing
Leo Tenenbaum
2019-09-18
improved fn params
Leo Tenenbaum
2019-09-07
a few more things
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-24
improved functions; added header file
Leo Tenenbaum
2019-08-22
generating function declarations & definitions
Leo Tenenbaum
2019-08-22
Started code generation
Leo Tenenbaum
2019-08-21
started identification
Leo Tenenbaum
2019-08-19
Added parentheses to expressions
Leo Tenenbaum
[prev]