summaryrefslogtreecommitdiff
path: root/misc.c
AgeCommit message (Expand)Author
2020-07-15require #include filename to be a string literalLeo Tenenbaum
2020-07-14formatting cleanupLeo Tenenbaum
2020-07-12//Leo Tenenbaum
2020-07-03removed ability to evaluate a function before it is declared at compile time;...Leo Tenenbaum
2020-06-24started moving #include to parsing; not working yetLeo Tenenbaum
2020-05-13check for circular includesLeo Tenenbaum
2020-05-08#no_warnLeo Tenenbaum
2020-05-08got double include to REALLY workLeo Tenenbaum
2020-05-03got tests to work on linux againLeo Tenenbaum
2020-04-28cleanupLeo Tenenbaum
2020-04-26use struct member!!!Leo Tenenbaum
2020-04-24improve cgen for loops and allow returning something of unknown typeLeo Tenenbaum
2020-04-24fixed problems with using _ as an identifierLeo Tenenbaum
2020-04-23made EXPR_IDENT a string before typingLeo Tenenbaum
2020-04-19fixing some for loop stuffLeo Tenenbaum
2020-02-16typing struct paramsLeo Tenenbaum
2020-01-24more #builtinLeo Tenenbaum
2020-01-19extracted hash table for future use by foreign to avoid loading libraries twiceLeo Tenenbaum
2020-01-14improved C names of exported thingsLeo Tenenbaum
2020-01-10fixed str_copyLeo Tenenbaum
2020-01-07put small functions together and cleaned up float exportingLeo Tenenbaum