summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-12fix casting arguments to parameter typepommicket
2022-02-12logical and,orpommicket
2022-02-12fix generate_function_addr; conditional expressionspommicket
2022-02-12function calls mostly workingpommicket
2022-02-12bitwise and,or,xor, shiftspommicket
2022-02-12codegen remainder, fix additionpommicket
2022-02-12multiplication and divisionpommicket
2022-02-12assignments, STATEMENT_EXPRESSIONspommicket
2022-02-12codegen for . -> ,pommicket
2022-02-12codegen for address ofpommicket
2022-02-12codegen for dereference, subscriptpommicket
2022-02-12local variablespommicket
2022-02-12codegen for global variablespommicket
2022-02-11subtraction codegenpommicket
2022-02-11additionpommicket
2022-02-11fixed prefix -- parsing; codegen for unary + - ~ !pommicket
2022-02-10generating code for casts!pommicket
2022-02-10return, integer literalspommicket
2022-02-10first working executable!pommicket
2022-02-10fix some calling convention stuffpommicket
2022-02-09start codegenpommicket
2022-02-09more parsing tests, fixed more bugspommicket
2022-02-08fixed #include -> #include in certain cases, found a new bugpommicket
2022-02-08fix declaring multiple variables after struct definitionpommicket
2022-02-08more parsing tests, more fixespommicket
2022-02-07fix #elif line number problem with parse testpommicket
2022-02-07fix a bunch of problems from parsing testpommicket
2022-02-07fix multi-line fmacro invocationspommicket
2022-02-07capital number suffixes (oops)pommicket
2022-02-07handle object macro definitions beginning with ( oopspommicket
2022-02-07handle fmacros with no parameterspommicket
2022-02-07defined in #if (forgot about that earlier)pommicket
2022-02-07cleanup - declaring functions without defining them, etc.pommicket
2022-02-07proper call typing?pommicket
2022-02-07parsing calls, mostlypommicket
2022-02-06using function namespommicket
2022-02-06function parameters, fix local variablespommicket
2022-02-06switch, forpommicket
2022-02-06dopommicket
2022-02-06whilepommicket
2022-02-05local variables in expressionspommicket
2022-02-05braced initializers in local declarationspommicket
2022-02-05start local declarationspommicket
2022-02-05block static variables seem to be workingpommicket
2022-02-05start local static declarationspommicket
2022-02-04bugfix, planning static variablespommicket
2022-02-04parse goto, casepommicket
2022-02-04parsing break, continue, returnpommicket
2022-02-03start parsing statements (not a lot yet)pommicket
2022-02-03dereferencing function pointerspommicket