summaryrefslogtreecommitdiff
path: root/parse.c
AgeCommit message (Expand)Author
2020-01-31more namespacesLeo Tenenbaum
2020-01-30more namespacesLeo Tenenbaum
2020-01-29more namespacesLeo Tenenbaum
2020-01-29started namespacesLeo Tenenbaum
2020-01-29got rid of packages.Leo Tenenbaum
2020-01-27#includeLeo Tenenbaum
2020-01-25each => forLeo Tenenbaum
2020-01-25passing structs to foreign functionsLeo Tenenbaum
2020-01-25fixed cgen tuplesLeo Tenenbaum
2020-01-25improved location systemLeo Tenenbaum
2020-01-24fixed return declarationsLeo Tenenbaum
2020-01-24more #builtinLeo Tenenbaum
2020-01-24fixed operator precedence for asLeo Tenenbaum
2020-01-23aghLeo Tenenbaum
2020-01-23no foreign parametersLeo Tenenbaum
2020-01-23improved parsing fn types; fixed testsLeo Tenenbaum
2020-01-22runtime foreignLeo Tenenbaum
2020-01-19more work on #foreignLeo Tenenbaum
2020-01-18started #foreignLeo Tenenbaum
2020-01-17Location bug fix and (&Package).somethingLeo Tenenbaum
2020-01-16better packages. also started std/io pkg (wrote hello world in toc!)Leo Tenenbaum
2020-01-14extern variable declarationsLeo Tenenbaum
2020-01-14named args for imported fnsLeo Tenenbaum
2020-01-11importing some values!Leo Tenenbaum
2020-01-11changed the way struct names workLeo Tenenbaum
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