| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -- Completely rewritten parser to support all known(to me) C++ constructs, ↵ | Rowan Goemans | 2017-11-05 | 1 | -16/+0 |
| | | | | | | | | | | | | this includes: - Function pointers as parameters and as returns. - Template support. - Trailing return type. - Variadic templates. - Variadic parametes, C style and template style. - Correct parsing of template types with more then 1 template parameter. | ||||
| * | Add C parser and generator | Christoph Schlosser | 2017-10-07 | 1 | -119/+4 |
| | | |||||
| * | Initial files | Christoph Schlosser | 2017-10-06 | 1 | -0/+131 |