Skip to content
Snippets Groups Projects
Commit 7dca7d20 authored by dgelessus's avatar dgelessus
Browse files

Merge remote-tracking branch 'bendisposto/develop' into develop

parents a2201424 da9097f9
No related branches found
No related tags found
No related merge requests found
...@@ -39,8 +39,8 @@ public class Lexer implements ITokenListContainer ...@@ -39,8 +39,8 @@ public class Lexer implements ITokenListContainer
protected State state = State.$2$; protected State state = State.$2$;
private PushbackReader in; private PushbackReader in;
private int line; protected int line;
private int pos; protected int pos;
private boolean cr; private boolean cr;
private boolean eof; private boolean eof;
private final StringBuffer text = new StringBuffer(); private final StringBuffer text = new StringBuffer();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment