aboutsummaryrefslogtreecommitdiff
path: root/src/parser.cpp
AgeCommit message (Expand)Author
2016-07-17rename NodeTypeStructDecl to NodeTypeContainerDeclAndrew Kelley
2016-05-18inline assembly: allow empty output listAndrew Kelley
2016-05-18fix offset map for inline assembly error messagesAndrew Kelley
2016-05-18fix raw string literal crashAndrew Kelley
2016-05-09fix ability to use previous generic params andAndrew Kelley
2016-05-09support variable declarations in structsAndrew Kelley
2016-05-07support generic data structuresAndrew Kelley
2016-05-07better array concatenation semanticsAndrew Kelley
2016-05-03support maybe destructuring into a pointer variableAndrew Kelley
2016-05-01implement string escapesAndrew Kelley
2016-04-28add array multiplication operatorAndrew Kelley
2016-04-28ability to specify body of an extern functionAndrew Kelley
2016-04-24add skeleton for union supportAndrew Kelley
2016-04-22add syntax to allow symbols to have arbitrary strings as namesAndrew Kelley
2016-04-20for loop: add ability to get pointer to elem varAndrew Kelley
2016-04-19add optional continue expression to while loopAndrew Kelley
2016-04-14fix crash with generic function and implicit castAndrew Kelley
2016-04-13fix evaluating generic functions in wrong contextAndrew Kelley
2016-04-08support hex escapes in string literalsAndrew Kelley
2016-04-08fix crash when passing empty string to functionAndrew Kelley
2016-04-07fix segfault in generic functionsAndrew Kelley
2016-04-07support multiple generic function instancesAndrew Kelley
2016-04-06support simple generic functionsAndrew Kelley
2016-04-03add multiline string literalAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-02-16update bootstrap to work for macos tooAndrew Kelley
2016-02-11fix undefined LONG_LONG_MAX compilation errorSerge Paquet
2016-02-06rhs of ?? and %% can be any expressionAndrew Kelley
2016-02-06parser recognizes %return in a prefix op expressionAndrew Kelley
2016-02-06simple unconditional defer supportAndrew Kelley
2016-02-05parsing code for defer and moreAndrew Kelley
2016-02-05update for loop syntaxAndrew Kelley
2016-02-04switch statements resolve peer compatibilityAndrew Kelley
2016-02-01inline is a keyword instead of a directiveAndrew Kelley
2016-02-01add ?? prefix operatorAndrew Kelley
2016-01-31parser: fix parsing of type declsAndrew Kelley
2016-01-31codegen extern global variables correctlyAndrew Kelley
2016-01-31parseh understands types better and handles some situations betterAndrew Kelley
2016-01-28ability to specify function typeAndrew Kelley
2016-01-28parser: allow missing fn name and missing param namesAndrew Kelley
2016-01-27move AST rendering code to separate fileAndrew Kelley
2016-01-27upgrade to the libclang C++ APIAndrew Kelley
2016-01-26add c_import top level declAndrew Kelley
2016-01-26different extern syntax and simplify parsing top level declsAndrew Kelley
2016-01-25implement compile time string concatenationAndrew Kelley
2016-01-25syntax: back to -> for return type, no more =>Andrew Kelley
2016-01-25implement %% prefix operatorAndrew Kelley
2016-01-25implement %% operatorAndrew Kelley
2016-01-24introduce the error keyword and typeAndrew Kelley
2016-01-22add undefined literalAndrew Kelley