summaryrefslogtreecommitdiff
path: root/types.c
AgeCommit message (Collapse)Author
2019-11-03started to get user-defined types to work with pointers to future typesLeo Tenenbaum
2019-11-03fixed problems with eval declsLeo 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
realizing that the current user type system has bugs; will need to switch to one which isn't identifier based after resolving.
2019-11-01.len as an lvalue for slicesLeo Tenenbaum
2019-11-01arr/slice length with .len!Leo Tenenbaum
2019-11-01. with pointers to structsLeo Tenenbaum
2019-11-01fixed that bug!Leo Tenenbaum
2019-10-31fixed some bugs involving trying to call future functions at compile time; ↵Leo Tenenbaum
not done yet
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-31a.b as an lvalueLeo Tenenbaum
2019-10-31basic . operatorLeo Tenenbaum
2019-10-30minor improvements to error reportingLeo Tenenbaum
2019-10-30small struct fixesLeo Tenenbaum
2019-10-30probably got structs working (but not .)Leo Tenenbaum
2019-10-30fixed type expressionsLeo Tenenbaum
2019-10-30fixed some problems with user-defined typesLeo Tenenbaum
2019-10-29fixed problems with user-defined types and out paramsLeo Tenenbaum
2019-10-28still some issues with user-defined typesLeo Tenenbaum
2019-10-27user defined typesLeo Tenenbaum
2019-10-27some fixes and starting to get type declarationsLeo Tenenbaum
2019-10-27parameters are immutable againLeo Tenenbaum
2019-10-27switching to just declaring typesLeo Tenenbaum
2019-10-26minor cleaning up and bug fixesLeo Tenenbaum
2019-10-25started fixing leakingLeo Tenenbaum
2019-10-24pointer arithmeticLeo Tenenbaum
2019-10-23started writing bf interpreter; found a few bugsLeo Tenenbaum
2019-10-22string literals are now slices; minor bug fixesLeo Tenenbaum
2019-10-21mostly did slice notation (e.g. x[3:5])Leo Tenenbaum
2019-10-21del slicesLeo Tenenbaum
2019-10-21compile time recursionLeo Tenenbaum
2019-10-21run time slice at index; started compile timeLeo Tenenbaum
2019-10-20mostly fixed compile time newLeo Tenenbaum
2019-10-20improved new; new slicesLeo Tenenbaum
2019-10-19parameters passed as pointersLeo Tenenbaum
2019-10-18started slicesLeo Tenenbaum
2019-10-17basic cgen block return valuesLeo Tenenbaum
2019-10-14made parameters immutable; fixed other things involving immutabilityLeo Tenenbaum
2019-10-11stating to make returns work for out param fnsLeo Tenenbaum
2019-10-10cgen more types, unary, etc.Leo Tenenbaum
2019-10-09more cgenLeo Tenenbaum
2019-10-09started cgenLeo Tenenbaum
2019-10-08eval fn calling (eval is done!!)Leo Tenenbaum
2019-10-07started eval unary &, but not done yetLeo Tenenbaum
2019-10-07more eval, but there are bugsLeo Tenenbaum
2019-10-06some work on compile time array accessesLeo Tenenbaum
2019-10-06a few small bug fixes involving evalLeo Tenenbaum
2019-10-06compile-time idents and tuplesLeo Tenenbaum