aboutsummaryrefslogtreecommitdiff
path: root/src/ast_render.cpp
AgeCommit message (Expand)Author
2016-08-08add zeroes valueAndrew Kelley
2016-08-04new multiline string syntaxAndrew Kelley
2016-07-27explicit wrapping integer operationsAndrew Kelley
2016-07-25inline parametersAndrew Kelley
2016-07-17rename NodeTypeStructDecl to NodeTypeContainerDeclAndrew Kelley
2016-07-09parseh: support octal in C macro string literalAndrew Kelley
2016-05-07better array concatenation semanticsAndrew Kelley
2016-04-28add array multiplication operatorAndrew Kelley
2016-04-24add skeleton for union supportAndrew Kelley
2016-04-22parseh: support anonymous enums and enums with initializersAndrew Kelley
2016-04-22add syntax to allow symbols to have arbitrary strings as namesAndrew Kelley
2016-04-14fix crash with generic function and implicit castAndrew Kelley
2016-04-06support simple generic functionsAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-02-16back to normal print specifiersAndrew Kelley
2016-02-16use PRIuMAX instead of PRIu64 for mingwAndrew Kelley
2016-02-16update bootstrap to work for macos tooAndrew Kelley
2016-02-09fix build with GCCAndrew Kelley
2016-02-06simple unconditional defer supportAndrew Kelley
2016-02-05parsing code for defer and moreAndrew Kelley
2016-02-01inline is a keyword instead of a directiveAndrew Kelley
2016-02-01add ?? prefix operatorAndrew Kelley
2016-02-01parseh understands macros which alias global fn ptr varsAndrew Kelley
2016-01-31parseh understands types better and handles some situations betterAndrew Kelley
2016-01-29parseh understands simple character literal macroAndrew Kelley
2016-01-28parseh handles self referential structs and fn pointersAndrew Kelley
2016-01-28parsh understands constant sized arraysAndrew Kelley
2016-01-28add parseh testsAndrew Kelley
2016-01-28parseh recognizes C enumsAndrew Kelley
2016-01-27move AST rendering code to separate fileAndrew Kelley