Relative Content

Tag Archive for jflex

JFlex and special (not a) comment

I have a language that extends Java. I.e. I can compile Java, but have some additional declarations.
So, I want to see those declarations with my compiler, but hide then from javac. For this I use a special not a comment block, like