summaryrefslogtreecommitdiff
path: root/err.c
AgeCommit message (Expand)Author
2020-07-12//Leo Tenenbaum
2020-07-11reduced eval memory usageLeo Tenenbaum
2020-06-26finished moving #include to parsingLeo Tenenbaum
2020-05-08#no_warnLeo Tenenbaum
2020-04-25stop copying whole fn body unless necessary when generating an instanceLeo Tenenbaum
2020-04-23fixed error printing problem, added new test: useLeo Tenenbaum
2020-04-12fixed could not open file error messageLeo Tenenbaum
2020-04-01fixed the fact that sometimes you didnt get redeclaration errorsLeo Tenenbaum
2020-03-31improved LocationLeo Tenenbaum
2020-03-19#ifs inside structsLeo Tenenbaum
2020-03-14fixed indentationLeo Tenenbaum
2020-03-01switched some expression kinds to using pointers so that sizeof(Expression) i...Leo Tenenbaum
2020-03-01improved command line arguments for compiler (added -no-color)Leo Tenenbaum
2020-02-21fixed several bugs with struct parametersLeo Tenenbaum
2020-02-08recursion works but there are leaksLeo Tenenbaum
2020-02-07finished new ident systemLeo Tenenbaum
2020-02-07still trying to fix new identsLeo Tenenbaum
2020-01-25improved location systemLeo Tenenbaum
2020-01-10importing locationsLeo Tenenbaum
2020-01-10a bit more importingLeo Tenenbaum
2020-01-09changed TYPE_TYPE,PKG to TYPE_BUILTINsLeo Tenenbaum
2020-01-09better error systemLeo Tenenbaum
2020-01-09switched to new error system!Leo Tenenbaum
2020-01-09started changing location systemLeo Tenenbaum
2020-01-05better package file outputLeo Tenenbaum
2020-01-04formattingLeo Tenenbaum
2020-01-04more exportingLeo Tenenbaum
2020-01-03fixed a bug with returningLeo Tenenbaum
2020-01-02updated copyright yearLeo Tenenbaum
2019-12-27more work on exporting (floats), discovered bugLeo Tenenbaum
2019-12-27fixed error reporting; more exportLeo Tenenbaum
2019-12-12...Leo Tenenbaum
2019-12-10changed Location to be smallerLeo Tenenbaum
2019-12-09more stuff for inferred paramsLeo Tenenbaum
2019-12-08better error systemLeo Tenenbaum
2019-12-07added licenseLeo Tenenbaum
2019-11-20fixed some bugs; caused some othersLeo Tenenbaum
2019-10-27some fixes and starting to get type declarationsLeo Tenenbaum
2019-09-28compile-time arrays, newLeo Tenenbaum
2019-09-27added converter from named arguments to non-namedLeo Tenenbaum