summaryrefslogtreecommitdiff
path: root/parse.c
AgeCommit message (Expand)Author
2020-01-11improved error message for too many (sLeo Tenenbaum
2020-01-10made #size/alignof unary opsLeo Tenenbaum
2020-01-10made Field.type not a pointerLeo Tenenbaum
2020-01-10fixed str_copyLeo Tenenbaum
2020-01-10allow circular dependencies in structsLeo Tenenbaum
2020-01-09changed TYPE_TYPE,PKG to TYPE_BUILTINsLeo Tenenbaum
2020-01-09switched to new error system!Leo Tenenbaum
2020-01-07formatting (emacs doesnt like my tabs)Leo Tenenbaum
2020-01-06fixed bug with cgen structsLeo Tenenbaum
2020-01-06fixed type_to_str for tuplesLeo Tenenbaum
2020-01-06so: tuples need a different syntax because (int, int) couldLeo Tenenbaum
2020-01-06changed syntax for tuples to allow for complicated typesLeo Tenenbaum
2020-01-06cleaning up; fixed a few bugsLeo Tenenbaum
2020-01-05better package file outputLeo Tenenbaum
2020-01-05package namesLeo Tenenbaum
2020-01-05exporting identifiersLeo Tenenbaum
2020-01-04formattingLeo Tenenbaum
2020-01-04more exportingLeo Tenenbaum
2020-01-03fixed a bug with returningLeo Tenenbaum
2020-01-03small things for more standard complianceLeo Tenenbaum
2020-01-02fixed goto problem when compiling as c++Leo 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-22more exportingLeo Tenenbaum
2019-12-22started exporting systemLeo Tenenbaum
2019-12-16got rid of coloncolonLeo Tenenbaum
2019-12-15got rid of parse_printing_after_types; still working on call inferenceLeo Tenenbaum
2019-12-14small bug fix (arr_clear => arr_cleara)Leo Tenenbaum
2019-12-14basic inferred paramsLeo Tenenbaum
2019-12-12more infer setup and better arr_foreachLeo Tenenbaum
2019-12-12...Leo Tenenbaum
2019-12-10made Expression smallerLeo Tenenbaum
2019-12-09more stuff for inferred paramsLeo Tenenbaum
2019-12-08changed post to preincrement (it actually does make a difference with tcc)Leo Tenenbaum
2019-12-08checking for duplicate argsLeo Tenenbaum
2019-12-07more docsLeo Tenenbaum
2019-12-07fixed something weird going on with the tokenizer that might be a bug in clangLeo Tenenbaum
2019-12-07added licenseLeo Tenenbaum
2019-12-06fixed a problem with ret decls but found anotherLeo Tenenbaum
2019-12-06fixed a problem with default argumentsLeo Tenenbaum
2019-12-06@ => :: (looks nicer)Leo Tenenbaum
2019-12-05Arr works!!!!Leo Tenenbaum
2019-12-02cleanupLeo Tenenbaum
2019-12-01improved vbs (now its done during typing instead of parsing)Leo Tenenbaum
2019-11-30fixed was_expr bugLeo Tenenbaum
2019-11-30fixed bugLeo Tenenbaum
2019-11-30got rid of TYPE_USER!!Leo Tenenbaum
2019-11-28started dealing with calling "type functions"Leo Tenenbaum
2019-11-27started to set up type parametersLeo Tenenbaum