summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-04-26added more stuff in use test because of used struct membersLeo Tenenbaum
2020-04-25consistently handling indexing pointer to array/sliceLeo Tenenbaum
2020-04-25stop copying whole fn body unless necessary when generating an instanceLeo Tenenbaum
2020-04-25fixed problems with using future typesLeo Tenenbaum
2020-04-25fixed problem where local structs were named in cLeo Tenenbaum
2020-04-23fixed error printing problem, added new test: useLeo Tenenbaum
2020-04-22improved arr systemLeo Tenenbaum
2020-04-21fixed for loop problem (turns out it had to do with implicit type conversions)Leo Tenenbaum
2020-03-27removed StructDef.constantsLeo Tenenbaum
2020-03-21fixed casting to #C type at runtimeLeo Tenenbaum
2020-03-20fixed defer test and automatically determine whether to use colorLeo Tenenbaum
2020-03-20compile time deferLeo Tenenbaum
2020-03-19removed old tuple code, found a bugLeo Tenenbaum
2020-03-18cant return a #C, improved defer testLeo Tenenbaum
2020-03-18defer seems to be fully workingLeo Tenenbaum
2020-03-17removed unnecessary t->flags |= TYPE_IS_RESOLVED;Leo Tenenbaum
2020-03-16updated tests, fixed bugsLeo Tenenbaum
2020-03-16sizeof, alignofLeo Tenenbaum
2020-03-16break, continueLeo Tenenbaum
2020-03-15removed whereLeo Tenenbaum
2020-03-13added where conditions for functions, discovered bug with eval returningLeo Tenenbaum
2020-03-13varargs lenLeo Tenenbaum
2020-03-12fixed problems with varargsLeo Tenenbaum
2020-03-12added varargs test, showed that somethings wrongLeo Tenenbaum
2020-03-03fixing const param bugLeo Tenenbaum
2020-03-03added new test and discovered bugLeo Tenenbaum
2020-03-03new, better test systemLeo Tenenbaum
2020-03-01improved command line arguments for compiler (added -no-color)Leo Tenenbaum
2020-03-01better #foreign systemLeo Tenenbaum
2020-02-25cleanup and new test: arr3Leo Tenenbaum
2020-02-25fixed bugs with new arg order systemLeo Tenenbaum
2020-02-04fixed gitignoreLeo Tenenbaum
2020-02-04new test: nmsLeo Tenenbaum
2020-01-25each => forLeo Tenenbaum
2020-01-24...Leo Tenenbaum
2020-01-24fixed return declarationsLeo Tenenbaum
2020-01-23improved parsing fn types; fixed testsLeo Tenenbaum
2020-01-22fixed testsLeo Tenenbaum
2020-01-06cleaning up; fixed a few bugsLeo Tenenbaum
2020-01-03small things for more standard complianceLeo Tenenbaum
2019-12-15got everything working for new test: arr2Leo Tenenbaum
2019-12-12more infer setup and better arr_foreachLeo Tenenbaum
2019-12-07fixed a double free bugLeo Tenenbaum
2019-12-06fixed a problem with default argumentsLeo Tenenbaum
2019-12-06new testLeo Tenenbaum
2019-11-26cleanup, switched to enums for flagsLeo Tenenbaum
2019-10-23added a testLeo Tenenbaum
2019-10-23started writing bf interpreter; found a few bugsLeo Tenenbaum