summaryrefslogtreecommitdiff
path: root/types.h
AgeCommit message (Expand)Author
2019-10-23started writing bf interpreter; found a few bugsLeo Tenenbaum
2019-10-22fixed constantsLeo Tenenbaum
2019-10-22improved new slice (removed pre)Leo Tenenbaum
2019-10-21mostly did slice notation (e.g. x[3:5])Leo Tenenbaum
2019-10-21run time slice at index; started compile timeLeo Tenenbaum
2019-10-20improved new; new slicesLeo Tenenbaum
2019-10-19parameters passed as pointersLeo Tenenbaum
2019-10-18started slicesLeo Tenenbaum
2019-10-15more out params, fixed anon fnsLeo Tenenbaum
2019-10-14minor improvements, including output indentationLeo Tenenbaum
2019-10-14made parameters immutable; fixed other things involving immutabilityLeo Tenenbaum
2019-10-09more cgenLeo Tenenbaum
2019-10-09started cgenLeo Tenenbaum
2019-10-07more eval, but there are bugsLeo Tenenbaum
2019-10-06some work on compile time array accessesLeo Tenenbaum
2019-10-06compile-time idents and tuplesLeo Tenenbaum
2019-10-04improved declarations (multiple types in one decl)Leo Tenenbaum
2019-10-04improved arr_add and fixed bugLeo Tenenbaum
2019-10-03fixed bug & added while infinite loops (now only they can have ret exprs)Leo Tenenbaum
2019-10-03fixed some arr bugsLeo Tenenbaum
2019-10-03continued arr systemLeo Tenenbaum
2019-10-03started switching array systemLeo Tenenbaum