summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2020-05-04fixed bug with f(f(x)) solutionLeo Tenenbaum
2020-05-04fixed f(f(x)) bug but it's not very niceLeo Tenenbaum
2020-05-03turns out __cdecl is only for 32-bit. now everything works except for 64-bit ...Leo Tenenbaum
2020-05-02&&, ||Leo Tenenbaum
2020-05-02fixed including something multiple timesLeo Tenenbaum
2020-05-01&voidLeo Tenenbaum
2020-05-01#if no longer creates a blockLeo Tenenbaum
2020-04-25consistently handling indexing pointer to array/sliceLeo Tenenbaum
2020-04-25fixed problems with using future typesLeo Tenenbaum
2020-04-23fixed problem with undeclared identifiersLeo Tenenbaum
2020-04-23made EXPR_IDENT a string before typingLeo Tenenbaum
2020-04-23fixed bug with type expressionsLeo Tenenbaum
2020-04-23got rid of call inference; now inference is much simplerLeo Tenenbaum
2020-04-22improved arr systemLeo Tenenbaum
2020-04-19new for loop system: evalLeo Tenenbaum
2020-04-13cleaned up ident system; working except for forLeo Tenenbaum
2020-04-08fixed compiler warnings about pointer castingLeo Tenenbaum
2020-04-05improved eval error messagesLeo Tenenbaum
2020-04-05fixed some problems with useLeo Tenenbaum
2020-04-04Slice.n => Slice.lenLeo Tenenbaum
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