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
/
types.h
Age
Commit message (
Expand
)
Author
2019-10-22
improved new slice (removed pre)
Leo Tenenbaum
2019-10-21
mostly did slice notation (e.g. x[3:5])
Leo Tenenbaum
2019-10-21
run time slice at index; started compile time
Leo Tenenbaum
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-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-09
more cgen
Leo Tenenbaum
2019-10-09
started cgen
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
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
fixed some arr bugs
Leo Tenenbaum
2019-10-03
continued arr system
Leo Tenenbaum
2019-10-03
started switching array system
Leo Tenenbaum
[prev]