Jerem2360

Results 2 issues of Jerem2360

Hello, After downloading the CastXML executable from the releases section of this repository, when I run it with no arguments I get an access violation following this output: ``` PLEASE...

I was trying to parse the following "test.h" file: ```cpp void foo() {} ``` which I created for testing purposes. The directory tree is: ``` project - header_parser.py - test.py...