summaryrefslogtreecommitdiffstats
path: root/src/CodeParser/CppParser.ts
Commit message (Collapse)AuthorAgeFilesLines
* -- Completely rewritten parser to support all known(to me) C++ constructs, ↵Rowan Goemans2017-11-051-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 generatorChristoph Schlosser2017-10-071-119/+4
|
* Initial filesChristoph Schlosser2017-10-061-0/+131