Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
stups
SableCC STUPS
Commits
7dca7d20
Commit
7dca7d20
authored
May 07, 2019
by
dgelessus
Browse files
Merge remote-tracking branch 'bendisposto/develop' into develop
parents
a2201424
da9097f9
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/resources/org/sablecc/sablecc/lexer.txt
View file @
7dca7d20
...
@@ -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;
pr
ivate
int line;
pr
otected
int line;
pr
ivate
int pos;
pr
otected
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();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment