Felix Dorner wrote:
> Hey,
>
> when I use
>
> @header{
> package "org.example.mypackage";
> }
>
> The Parser gets annotated well, however the Lexer still stays in the
> default package. Any way to specify a target package for the Lexer?
@lexer::header {
package mypackage;
}