2010-06-02 |
Carl Worth | Factor out common sub-expression from multi-line-commen... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Carl Worth | Make the multi-line comment regular expression a bit... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Carl Worth | Fix multi-line comment regular expression to handle... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Carl Worth | Implement comment handling in the lexer (with test). |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Carl Worth | Fix #if-skipping to *really* skip the skipped group. |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Carl Worth | Merge branch 'take-2' |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Carl Worth | Add three more tests cases recently added to the take... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Carl Worth | Add killer test case from the C99 specification. |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Carl Worth | Add test and fix bugs with multiple token-pasting on... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Carl Worth | Fix pass-through of '=' and add a test for it. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Carl Worth | Add two more (failing) tests from the take-2 branch. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Carl Worth | Add two (passing) tests from the take-2 branch. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Carl Worth | Tweak test 25 slightly, (so the non-macro doesn't end... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Carl Worth | Remove some blank lines from the end of some test cases. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Carl Worth | Perform macro by replacing tokens in original list. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Carl Worth | Simplify calling conventions of functions under expand_... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Carl Worth | Stop interrupting the test suite at the first failure. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Carl Worth | Revert "Add support for an object-to-function chain... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Carl Worth | Remove blank lines from output files before comparing. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Carl Worth | Add test for token-pasting of integers. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Carl Worth | Implement token pasting of integers. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Carl Worth | Add placeholder tokens to support pasting with empty... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Carl Worth | Add test for macro invocations with empty arguments. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Carl Worth | Provide support for empty arguments in macro invocations. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Carl Worth | Make two list-processing functions do nothing with... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Carl Worth | Add test 56 for a comma within the expansion of an... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Carl Worth | Avoid treating an expanded comma as an argument separator. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Carl Worth | Add support (and test) for an object-to-function chain... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Add two tests developed on the take-2 branch. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Treat newlines as space when invoking a function-like... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | All macro lookups should be of type macro_t, not string... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Implement (and test) support for macro expansion within... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Fix lexing of "defined" as an operator, not an identifier. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Implement #if and friends. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | stash |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Implement token pasting. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Rename identifier from 'i' to 'node'. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Remove some stale token types. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Prevent unexpanded macros from being expanded again... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | README: Document some known limitations. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Expand macro arguments before performing argument subst... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Change macro expansion to append onto token lists rathe... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Check active expansions before expanding a function... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Defer test 26 until much later (to test 55). |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Avoid getting extra trailing whitespace from macros. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Remove a bunch of old code and give the static treatmen... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Avoid swallowing initial left parenthesis from nested... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Ignore separating whitespace at the beginning of a... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Implement substitution of function parameters in macro... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Collapse multiple spaces in input down to a single... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Add a test #0 to ensure that we don't do any inadverten... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Carl Worth | Pass through literal space values from replacement... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Carl Worth | Implement simplified substitution for function-like... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Carl Worth | Implement #undef. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Carl Worth | Implement expansion of object-like macros. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Carl Worth | Make the lexer pass whitespace through (as OTHER tokens... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Carl Worth | Store parsed tokens as token list and print all text... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Carl Worth | Delete some trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Carl Worth | Add xtalloc_reference. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Carl Worth | Starting over with the C99 grammar for the preprocessor. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Carl Worth | Add test for '/', '<<', and '>>' in #if expressions. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Carl Worth | Add test of bitwise operators and octal/hexadecimal... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Carl Worth | Add support for octal and hexadecimal integer literals. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Carl Worth | Switch to intmax_t (rather than int) for #if expressions |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Carl Worth | Add the '~' operator to the lexer. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Carl Worth | Implement all operators specified for GLSL #if expressi... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Carl Worth | Implement #if, #else, #elif, and #endif with tests. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Carl Worth | Implement (and add test) for token pasting. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Carl Worth | Pre-expand macro arguments at time of invocation. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Carl Worth | Add xtalloc_asprintf |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Carl Worth | Finish cleaning up whitespace differences. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Carl Worth | Avoid printing a space at the beginning of lines in... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Carl Worth | Fix bug of consuming excess whitespace. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Carl Worth | Remove unused function _print_string_list |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Carl Worth | Remove "unnecessary" whitespace from some tests. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Carl Worth | Stop ignoring whitespace while testing. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Carl Worth | Add test (and fix) for a function argument of a macro... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Carl Worth | Add support for commas within parenthesized groups... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Carl Worth | Avoid re-expanding a macro name that has once been... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Carl Worth | Use new token_list_t rather than string_list_t for... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Carl Worth | Perform "re lexing" on string list values rathern than... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Carl Worth | Remove unused NEWLINE token. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Carl Worth | Remove unneeded YYLEX_PARAM define. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Carl Worth | Rename yylex to glcpp_parser_lex and give it a glcpp_pa... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Carl Worth | Add a wrapper function around the lexer. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Carl Worth | Like previous fix, but for object-like macros (and... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Carl Worth | Fix bug as in previous fix, but with multi-token argument. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Carl Worth | Fix bug (and test) for an invocation using macro name... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Carl Worth | Fix bug (and add tests) for a function-like macro defin... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Carl Worth | Rewrite macro handling to support function-like macro... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Carl Worth | Add several tests where the defined value of a macro... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Carl Worth | Fix (and add test for) function-like macro invocation... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Carl Worth | Expect 1 shift/reduce conflict. |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Carl Worth | Fix bug (and add test) for a function-like-macro appear... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Carl Worth | Add test and fix bug leading to infinite recursion. |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Carl Worth | Fix two whitespace bugs in the lexer. |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Carl Worth | Don't return SPACE tokens unless strictly needed. |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Carl Worth | Add test with extra whitespace in macro defintions... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Carl Worth | Provide implementation for macro arguments containing... |
commit | commitdiff | tree | snapshot |
next |