Skip to content

Commit

Permalink
IDEA-313615 Migration to jflex-1.9.0
Browse files Browse the repository at this point in the history
IJ-CR-103186

GitOrigin-RevId: b19ccfbce13600ab9701b9424c7351cdfc38c607
  • Loading branch information
hurricup authored and intellij-monorepo-bot committed Feb 24, 2023
1 parent e37b954 commit 1fc2fa0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions grammars/idea-flex.skeleton
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,9 @@
from input */
private int zzEndRead;

/**
* zzAtBOL == true <=> the scanner is currently at the beginning of a line
*/
private boolean zzAtBOL = true;

/** zzAtEOF == true <=> the scanner is at the EOF */
private boolean zzAtEOF;

/** denotes if the user-EOF-code has already been executed */
private boolean zzEOFDone;

--- user class code

--- constructor declaration
Expand Down

0 comments on commit 1fc2fa0

Please sign in to comment.