summaryrefslogtreecommitdiffstats
path: root/src/CodeParser/CParser/CParser.ts
Commit message (Expand)AuthorAgeFilesLines
* -- Fixed problem where initializer list where not working correctly.Rowan Goemans2017-11-051-9/+16
* -- Modified parser to never return null. It will no always generate an empty ...Rowan Goemans2017-11-051-3/+4
* -- Added support for void function no return get generated for them.Rowan Goemans2017-11-051-1/+15
* -- Cleaned up some code and refactored functions.Rowan Goemans2017-11-051-120/+275
* -- Completely rewritten parser to support all known(to me) C++ constructs, th...Rowan Goemans2017-11-051-0/+387