Skip to content

Commit

Permalink
JFlex bumped to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed Feb 24, 2023
1 parent a5803f9 commit 378cb41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ allprojects {
mavenCentral()
}

grammarKit {
jflexRelease.set("1.9.0")
}

version = properties("pluginVersion").get().ifEmpty { properties("platformVersion").get() } +
properties("pluginBranch").get().ifEmpty { properties("platformBranch").get() } +
properties("pluginBuild").get().ifEmpty { properties("platformBuild").get() }
Expand Down
8 changes: 0 additions & 8 deletions grammar/Perl5.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
8 changes: 0 additions & 8 deletions grammar/Perl5Templating.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 378cb41

Please sign in to comment.