consultingwerk / proparse

Proparse, forked from http://www.oehive.org/proparse/
Other
18 stars 9 forks source link

Issue with single-line comments and include files #19

Closed mikefechner closed 6 years ago

mikefechner commented 6 years ago

This code

// { Test/SCL2124/dsAdressverbindungView.i }

will cause an error, when that include file is not there. So it appears, that Proparse tries to parse the include file though it's in a single-line comment:

akera-io commented 6 years ago

ok, that is fixed by letting the preprocessor know we're actually working in a comment section so it does not try to parse include files