I don’t understand this “(first %% is missing)” error
I’m having a problem with this jflex file. I derived it from some work I did on another language, itself derived from a lexer from a compilation course.
I don’t understand this “(first %% is missing)” error
I’m having a problem with this jflex file. I derived it from some work I did on another language, itself derived from a lexer from a compilation course.
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