pvstralen

Results 1 issues of pvstralen

I am parsing a header file using Rascal ClaiR: ``` iFile = toLocation("file://D:/test.h"); ast = parseCpp(iFile); iprint(ast); ``` The header file test.h looks as follows: ``` #ifndef TEST_H #define TEST_H...