summaryrefslogtreecommitdiff
path: root/copy.c
AgeCommit message (Collapse)Author
2020-02-14minor improvements and preparing for struct argumentsLeo Tenenbaum
2020-02-12got rid of #cache; decided it wasnt the way to goLeo Tenenbaum
2020-02-07new ident system working except for nmsLeo Tenenbaum
2020-02-07still trying to fix new identsLeo Tenenbaum
2020-01-30more namespacesLeo Tenenbaum
2020-01-29more namespacesLeo Tenenbaum
2020-01-29got rid of packages.Leo Tenenbaum
2020-01-27#includeLeo Tenenbaum
2020-01-25each => forLeo Tenenbaum
2020-01-25cleaned up copyingLeo Tenenbaum
2020-01-24more #builtinLeo Tenenbaum
2020-01-15fixing packages more. more to comeLeo Tenenbaum
2020-01-15fixing bugs with pkgsLeo Tenenbaum
2020-01-10made #size/alignof unary opsLeo Tenenbaum
2020-01-10made Field.type not a pointerLeo Tenenbaum
2020-01-09changed TYPE_TYPE,PKG to TYPE_BUILTINsLeo Tenenbaum
2020-01-06fixed bug with cgen structsLeo Tenenbaum
2020-01-06changed syntax for tuples to allow for complicated typesLeo Tenenbaum
2020-01-04formattingLeo Tenenbaum
2020-01-02updated copyright yearLeo Tenenbaum
2019-12-14basic inferred paramsLeo Tenenbaum
2019-12-10made Expression smallerLeo Tenenbaum
2019-12-08checking for duplicate argsLeo Tenenbaum
2019-12-07added licenseLeo Tenenbaum
2019-12-05Arr works!!!!Leo Tenenbaum
2019-12-03doing Arr(T); fixed some stuff, but there are still bugsLeo Tenenbaum
2019-12-02cleanupLeo Tenenbaum
2019-12-01improved vbs (now its done during typing instead of parsing)Leo Tenenbaum
2019-11-30trying to make this compilable with a c++ compilerLeo Tenenbaum
maybe it works on some but gccs not happy with my gotos...
2019-11-30got rid of TYPE_USER!!Leo Tenenbaum
2019-11-28started dealing with calling "type functions"Leo Tenenbaum
2019-11-27fixed problem where functions could have tuple parametersLeo Tenenbaum
2019-11-20fixed problem with type paramsLeo Tenenbaum
2019-11-20fixed some bugs; caused some othersLeo Tenenbaum
2019-11-19fixed problems with const paramsLeo Tenenbaum
2019-11-18still trying to get type params to workLeo Tenenbaum
2019-11-18trying to do const type paramsLeo Tenenbaum
2019-11-17started writing code to copy exprs and other stuffLeo Tenenbaum