summaryrefslogtreecommitdiff
path: root/parse.c
AgeCommit message (Expand)Author
2019-11-08+=, -=, /=, *=Leo Tenenbaum
2019-11-06allowed just each <array or range>Leo Tenenbaum
2019-11-05fixed problems with each loopsLeo Tenenbaum
2019-11-04each loops!Leo 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
2019-11-01arr/slice length with .len!Leo Tenenbaum
2019-11-01fixed that bug!Leo Tenenbaum
2019-10-31fixed the bug (but i'm not happy about the solution)Leo Tenenbaum
2019-10-31a.b as an lvalueLeo Tenenbaum
2019-10-31fixed order of operations problem with .Leo Tenenbaum
2019-10-31got . to work at compile time and fixed some other problems along the wayLeo Tenenbaum
2019-10-31basic . operatorLeo Tenenbaum
2019-10-30small struct fixesLeo Tenenbaum
2019-10-30probably got structs working (but not .)Leo Tenenbaum
2019-10-30fixed more problems with type expressionsLeo Tenenbaum
2019-10-30fixed type expressionsLeo Tenenbaum
2019-10-30started adding structsLeo 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-27user defined typesLeo Tenenbaum
2019-10-27some fixes and starting to get type declarationsLeo Tenenbaum
2019-10-27parameters are immutable againLeo Tenenbaum
2019-10-27minor fixes to silence warnings when building releaseLeo Tenenbaum
2019-10-27switching to just declaring typesLeo Tenenbaum
2019-10-26started newtypeLeo Tenenbaum
2019-10-21finished slice notationLeo Tenenbaum
2019-10-21mostly did slice notation (e.g. x[3:5])Leo Tenenbaum
2019-10-21del slicesLeo Tenenbaum
2019-10-20improved new; new slicesLeo Tenenbaum
2019-10-18started slicesLeo Tenenbaum
2019-10-18small correctionLeo Tenenbaum
2019-10-18while, block exprsLeo Tenenbaum
2019-10-18block tuple ret valsLeo Tenenbaum
2019-10-14minor improvements, including output indentationLeo Tenenbaum
2019-10-14made parameters immutable; fixed other things involving immutabilityLeo Tenenbaum
2019-10-10cgen more types, unary, etc.Leo Tenenbaum
2019-10-09more cgenLeo Tenenbaum
2019-10-08eval fn calling (eval is done!!)Leo Tenenbaum
2019-10-06a few small bug fixes involving evalLeo Tenenbaum
2019-10-06compile-time idents and tuplesLeo Tenenbaum
2019-10-04improved declarations (multiple types in one decl)Leo 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-03started switching array systemLeo Tenenbaum
2019-10-01restarted eval, this time with macros!Leo Tenenbaum
2019-09-30fixed fn() bugLeo Tenenbaum
2019-09-29finished replacing err_malloc with allocators; now there are no memory leaks!Leo Tenenbaum
2019-09-29continued allocatorLeo Tenenbaum