summaryrefslogtreecommitdiff
path: root/types.h
AgeCommit message (Expand)Author
2019-11-17started writing code to copy exprs and other stuffLeo Tenenbaum
2019-11-17moved constant param system to typing.Leo Tenenbaum
2019-11-16:@Leo Tenenbaum
2019-11-13fixed a bunch of bugs!!Leo Tenenbaum
2019-11-13local & anonymous fns with const paramsLeo Tenenbaum
2019-11-12improved compile time paramsLeo Tenenbaum
2019-11-12compile time parametersLeo Tenenbaum
2019-11-11declarations for functions with constant parametersLeo Tenenbaum
2019-11-10added hash table test & fixed bugs thereLeo Tenenbaum
2019-11-10improved some integer type stuffLeo Tenenbaum
2019-11-10wrote value hash table for compile time argumentsLeo Tenenbaum
2019-11-09got rid of _FLAG_ everywhereLeo Tenenbaum
2019-11-08added value exprs in preparation for compile time argumentsLeo Tenenbaum
2019-11-08+=, -=, /=, *=Leo Tenenbaum
2019-11-08fixed, e.g. each x := xLeo Tenenbaum
2019-11-05fixed problems with each loopsLeo Tenenbaum
2019-11-04each loops!Leo Tenenbaum
2019-11-03started to get user-defined types to work with pointers to future typesLeo Tenenbaum
2019-11-03replaced user-defined type system (there are still bugs apparently though)Leo Tenenbaum
2019-11-02did part of #sizeof/alignof directives for compile-time size and aligns of typesLeo Tenenbaum
2019-11-01arr/slice length with .len!Leo Tenenbaum
2019-10-31fixed the bug (but i'm not happy about the solution)Leo Tenenbaum
2019-10-31almost fixed the bugLeo Tenenbaum
2019-10-31discovered a bug where stuff isn't typed before being eval'd. trying to fix it.Leo Tenenbaum
2019-10-31basic . operatorLeo Tenenbaum
2019-10-30probably got structs working (but not .)Leo Tenenbaum
2019-10-30started adding structsLeo Tenenbaum
2019-10-29fixed problems with user-defined types and out paramsLeo Tenenbaum
2019-10-27user defined typesLeo Tenenbaum
2019-10-27some fixes and starting to get type declarationsLeo Tenenbaum
2019-10-27switching to just declaring typesLeo Tenenbaum
2019-10-26started newtypeLeo Tenenbaum
2019-10-26fixed leaksLeo Tenenbaum
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