| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -- Refactored stripping initializer list and assignment token into function. | Rowan Goemans | 2017-11-05 | 1 | -15/+23 |
| * | -- Fixed problem where initializer list where not working correctly. | Rowan Goemans | 2017-11-05 | 1 | -9/+16 |
| * | -- Modified parser to never return null. It will no always generate an empty ... | Rowan Goemans | 2017-11-05 | 1 | -3/+4 |
| * | -- Added support for void function no return get generated for them. | Rowan Goemans | 2017-11-05 | 1 | -1/+15 |
| * | -- Cleaned up some code and refactored functions. | Rowan Goemans | 2017-11-05 | 4 | -236/+300 |
| * | -- Completely rewritten parser to support all known(to me) C++ constructs, th... | Rowan Goemans | 2017-11-05 | 4 | -0/+647 |