summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Collapse)Author
2020-03-27made statement members pointersLeo Tenenbaum
2020-03-21started useLeo Tenenbaum
2020-03-20fixed compile time deferLeo Tenenbaum
2020-03-20compile time deferLeo Tenenbaum
2020-03-19#ifs inside structsLeo Tenenbaum
2020-03-19fixed IDECL_EXPR bug; version 0.5Leo Tenenbaum
2020-03-17all tests working and defer is coming alongLeo Tenenbaum
2020-03-17imrpoved block ret val situationLeo Tenenbaum
2020-03-16updated tests, fixed bugsLeo Tenenbaum
2020-03-16made new and del functionsLeo Tenenbaum
2020-03-16sizeof, alignofLeo Tenenbaum
2020-03-16break, continueLeo Tenenbaum
2020-03-15#error, realized this can replace whereLeo Tenenbaum
2020-03-14discovered foreign varargs bugLeo Tenenbaum
2020-03-14fixed indentationLeo Tenenbaum
2020-03-13fixed eval returning from an includeLeo Tenenbaum
2020-03-13added where conditions for functions, discovered bug with eval returningLeo Tenenbaum
2020-03-13typeof!Leo Tenenbaum
2020-03-12#foreign varargsLeo Tenenbaum
2020-03-11passing varargs seemingly fully workingLeo Tenenbaum
2020-03-11error message for default varargsLeo Tenenbaum
2020-03-10varargs seem to be fully working nowLeo Tenenbaum
2020-03-10non-const varargs also working at compile time!Leo Tenenbaum
2020-03-10non-const varargs seem to be working at runtimeLeo Tenenbaum
2020-03-09more varargsLeo Tenenbaum
2020-03-04started varargsLeo Tenenbaum
2020-03-04fixed std/arr.tocLeo Tenenbaum
2020-03-03seem to have fully fixed bugLeo Tenenbaum
2020-03-03more bug fixingLeo Tenenbaum
2020-03-03fixing const param bugLeo Tenenbaum
2020-03-02started #ifLeo Tenenbaum
2020-03-02got rid of Location in TypeLeo Tenenbaum
2020-03-01switched some expression kinds to using pointers so that sizeof(Expression) ↵Leo Tenenbaum
is smaller
2020-03-01improved command line arguments for compiler (added -no-color)Leo Tenenbaum
2020-02-28started new #foreign systemLeo Tenenbaum
2020-02-26cleaned up a few TODOsLeo Tenenbaum
2020-02-26removed unneeded functionsLeo Tenenbaum
2020-02-26Status, removed errors from sdecls_cgenLeo Tenenbaum
2020-02-25much better circular dependency checking system for structsLeo Tenenbaum
2020-02-25cleaned up a few things so that msvc build still worksLeo Tenenbaum
2020-02-24oops turns out we werent generating redeclaration errorsLeo Tenenbaum
2020-02-21fixed several bugs with struct parametersLeo Tenenbaum
2020-02-20fixed compile time slice bugLeo Tenenbaum
2020-02-15more struct params & reverted to StructDef *struc;Leo Tenenbaum
2020-02-14minor improvements and preparing for struct argumentsLeo Tenenbaum
2020-02-13various bug fixes (return declarations & circularly dependent types)Leo Tenenbaum
2020-02-12got rid of #cache; decided it wasnt the way to goLeo Tenenbaum
2020-02-12continued working on circular type function dependenciesLeo Tenenbaum
also added system for printing backtrace on SIGABRT/SEGV!
2020-02-11started #cache, but not fully working yetLeo Tenenbaum
2020-02-08ffmgr now uses allocrLeo Tenenbaum