-
- Downloads
make line and pos protected in Lexer.java
rather than private this allows to adapt line and pos in derived lexers so that we do not start parsing at line 0 and position 0.
Please sign in to comment
rather than private this allows to adapt line and pos in derived lexers so that we do not start parsing at line 0 and position 0.