Ievgen Liubymkin
Ievgen Liubymkin
Thank you for your interest. Indeed, this a worthwhile feature to support and I have it on my long-term TODO list.
Have had the same issue with `fuego` (http://fuego.sourceforge.net/). Commenting line 74 in `qgtp.cpp` indeed solves the issue, just as the issue reporter did anticipate.
Thank you for the report. Indeed, the syntax parser shall learn how to parse list variable appends.
> Is there a particular reason why cupt isn't merely ignoring these comments on those files? Presumably because it does not recognise those as comments. Which, in turn, could be...
Thank you. It appears that I missed a moment when '#'-syntax was introduced. Will be implemented.
> I think everything starting with # should be a comment. Not that simple, unfortunately. `#clear` is not a comment although it starts with a `#`. Still, `##` is possible...