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
/
test.toc
Age
Commit message (
Collapse
)
Author
2019-10-24
started getting compile time arrays and slices to work
Leo Tenenbaum
2019-10-24
better support for compile time tuples
Leo Tenenbaum
2019-10-24
pointer arithmetic
Leo Tenenbaum
2019-10-22
string literals are now slices; minor bug fixes
Leo Tenenbaum
2019-10-22
checked for NULL return value from calloc in output
Leo Tenenbaum
2019-10-22
fixed constants
Leo Tenenbaum
2019-10-22
improved new slice (removed pre)
Leo Tenenbaum
2019-10-21
finished slice notation
Leo Tenenbaum
2019-10-21
mostly did slice notation (e.g. x[3:5])
Leo Tenenbaum
2019-10-21
del slices
Leo Tenenbaum
2019-10-21
compile time recursion
Leo Tenenbaum
2019-10-21
compile time slice at index
Leo Tenenbaum
2019-10-21
run time slice at index; started compile time
Leo Tenenbaum
2019-10-20
mostly fixed compile time new
Leo Tenenbaum
2019-10-20
started fixing compile time new
Leo Tenenbaum
fixing eval ...
2019-10-20
improved new; new slices
Leo Tenenbaum
2019-10-19
parameters passed as pointers
Leo Tenenbaum
2019-10-18
started slices
Leo Tenenbaum
2019-10-18
arr stuff
Leo Tenenbaum
2019-10-18
while, block exprs
Leo Tenenbaum
2019-10-18
block tuple ret vals
Leo Tenenbaum
2019-10-17
basic cgen block return values
Leo Tenenbaum
2019-10-17
tuples are mostly working
Leo Tenenbaum
2019-10-15
started cgen tuples
Leo Tenenbaum
2019-10-15
more out params, fixed anon fns
Leo Tenenbaum
2019-10-14
minor improvements, including output indentation
Leo Tenenbaum
2019-10-14
made parameters immutable; fixed other things involving immutability
Leo Tenenbaum
2019-10-14
more out params
Leo Tenenbaum
2019-10-11
stating to make returns work for out param fns
Leo Tenenbaum
2019-10-11
bug fixes, function calls
Leo Tenenbaum
2019-10-11
more cgen (bin ops, direct c)
Leo Tenenbaum
2019-10-10
cgen more types, unary, etc.
Leo Tenenbaum
2019-10-09
started cgen
Leo Tenenbaum
2019-10-08
eval fn calling (eval is done!!)
Leo Tenenbaum
2019-10-08
fixed array access lval bugs
Leo Tenenbaum
2019-10-07
started eval unary &, but not done yet
Leo Tenenbaum
2019-10-07
compile time at index
Leo Tenenbaum
2019-10-07
more eval, but there are bugs
Leo Tenenbaum
2019-10-06
some work on compile time array accesses
Leo Tenenbaum
2019-10-06
a few small bug fixes involving eval
Leo Tenenbaum
2019-10-06
compile-time idents and tuples
Leo Tenenbaum
2019-10-04
improved declarations (multiple types in one decl)
Leo Tenenbaum
2019-10-04
improved arr_add and fixed bug
Leo Tenenbaum
2019-10-03
fixed bug & added while infinite loops (now only they can have ret exprs)
Leo Tenenbaum
2019-10-03
a bit more eval but there are bugs
Leo Tenenbaum
2019-10-03
fixed some arr bugs
Leo Tenenbaum
2019-10-02
finished eval casting
Leo Tenenbaum
2019-10-02
eval casting
Leo Tenenbaum
2019-10-01
restarted eval, this time with macros!
Leo Tenenbaum
2019-09-30
fixed fn() bug
Leo Tenenbaum
[prev]
[next]