summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2020-05-05added #foreign MSVC 64-bit but broke something elseLeo Tenenbaum
2020-05-04found a bug: f(f(x))Leo Tenenbaum
2020-05-03trying to make std/*.toc portable, fwrite not working for some reasonLeo Tenenbaum
2020-05-02&&, ||Leo Tenenbaum
2020-05-02removed unnecessary builtinsLeo Tenenbaum
2020-05-02fixed including something multiple timesLeo Tenenbaum
2020-05-01made output for void pointer arithmetic standard-compliantLeo Tenenbaum
2020-05-01nullLeo Tenenbaum
2020-05-01&voidLeo Tenenbaum
2020-05-01#if no longer creates a blockLeo Tenenbaum
2020-04-28#ifs cant return valuesLeo Tenenbaum
2020-04-28cleanupLeo Tenenbaum
2020-04-26verbose optionLeo Tenenbaum
2020-04-26added more stuff in use test because of used struct membersLeo Tenenbaum
2020-04-26use struct member!!!Leo Tenenbaum
2020-04-25consistently handling indexing pointer to array/sliceLeo Tenenbaum
2020-04-25fixed problems with using future typesLeo Tenenbaum
2020-04-25improved #include error handlingLeo Tenenbaum
2020-04-25fixed global slicesLeo Tenenbaum
2020-04-25fixed problem where local structs were named in cLeo Tenenbaum
2020-04-24fixed problems with using future typesLeo Tenenbaum
2020-04-24improve cgen for loops and allow returning something of unknown typeLeo Tenenbaum
2020-04-24fixed problems with using _ as an identifierLeo Tenenbaum
2020-04-23fixed problem with undeclared identifiersLeo Tenenbaum
2020-04-23made EXPR_IDENT a string before typingLeo Tenenbaum
2020-04-23got rid of call inference; now inference is much simplerLeo Tenenbaum
2020-04-23fixed error printing problem, added new test: useLeo Tenenbaum
2020-04-22used for loopsLeo 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-04-19new for loop system: evalLeo Tenenbaum
2020-04-19fixing some for loop stuffLeo Tenenbaum
2020-04-19annotating index type for loopsLeo Tenenbaum
2020-04-19new for loop system: cgenLeo Tenenbaum
2020-04-19new for system: typingLeo Tenenbaum
2020-04-13cleaned up ident system; working except for forLeo Tenenbaum
2020-04-13started cleaning up for systemLeo Tenenbaum
2020-04-13cleaned up struct member access with struct[member_as_string] by replacing it...Leo Tenenbaum
2020-04-08added some TODOsLeo Tenenbaum
2020-04-08fixed compiler warnings about pointer castingLeo Tenenbaum
2020-04-05use working for ordinary decls but not for parameters yetLeo Tenenbaum
2020-04-05no #force with unnamed includeLeo Tenenbaum
2020-04-05fixed some problems with useLeo Tenenbaum
2020-04-04added using structs and its mostly working but found a weird bug when an erro...Leo Tenenbaum
2020-04-04improved the way ident lookup worksLeo Tenenbaum
2020-04-01while implementing use, found bug with namespacesLeo Tenenbaum
2020-04-01block cleanupLeo Tenenbaum
2020-03-31double => long doubleLeo Tenenbaum
2020-03-31improved LocationLeo Tenenbaum
2020-03-27made statement members pointersLeo Tenenbaum