summaryrefslogtreecommitdiffstats
path: root/src/Lang/Cpp/CppParser.ts
Commit message (Collapse)AuthorAgeFilesLines
* -- Finished all parameter tests.Rowan Goemans2018-02-201-8/+50
| | | | -- Added support for all C++ string literals.
* -- Completed unit tests for operators. Conversion operators aren't working yet.Rowan Goemans2018-02-201-0/+609
-- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests.