-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump version: JFlex 1.8.1-SNAPSHOT -> 1.8.1
- Loading branch information
Showing
87 changed files
with
145 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | ||
* JFlex 1.8.1-SNAPSHOT * | ||
* JFlex 1.8.1 * | ||
* Copyright (C) 1998-2018 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | ||
* JFlex 1.8.1-SNAPSHOT * | ||
* JFlex 1.8.1 * | ||
* Copyright (C) 1998-2018 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -40,7 +40,7 @@ | |
* | ||
* @author Gerwin Klein | ||
* @author Régis Décamps | ||
* @version JFlex 1.8.1-SNAPSHOT | ||
* @version JFlex 1.8.1 | ||
*/ | ||
public class Main { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | ||
* JFlex 1.8.1-SNAPSHOT * | ||
* JFlex 1.8.1 * | ||
* Copyright (C) 1998-2018 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -17,7 +17,7 @@ | |
* <p>Used in NFA to represent a partial NFA by its start and end state. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.8.1-SNAPSHOT | ||
* @version JFlex 1.8.1 | ||
*/ | ||
@AutoValue | ||
public abstract class IntPair { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | ||
* JFlex 1.8.1-SNAPSHOT * | ||
* JFlex 1.8.1 * | ||
* Copyright (C) 1998-2018 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -15,7 +15,7 @@ | |
* Generic immutable pair. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.8.1-SNAPSHOT | ||
* @version JFlex 1.8.1 | ||
*/ | ||
public class Pair<A, B> { | ||
public final A fst; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | ||
* JFlex 1.8.1-SNAPSHOT * | ||
* JFlex 1.8.1 * | ||
* Copyright (C) 1998-2018 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -16,7 +16,7 @@ | |
* | ||
* @author Gerwin Klein | ||
* @author Régis Décamps | ||
* @version JFlex 1.8.1-SNAPSHOT | ||
* @version JFlex 1.8.1 | ||
*/ | ||
public final class Interval implements Iterable<Integer> { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | ||
* JFlex 1.8.1-SNAPSHOT * | ||
* JFlex 1.8.1 * | ||
* Copyright (C) 1998-2018 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -19,7 +19,7 @@ | |
* <p>It stores the Java code as String together with a priority (line number in the specification). | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.8.1-SNAPSHOT | ||
* @version JFlex 1.8.1 | ||
*/ | ||
public final class Action { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | ||
* JFlex 1.8.1-SNAPSHOT * | ||
* JFlex 1.8.1 * | ||
* Copyright (C) 1998-2018 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -17,7 +17,7 @@ | |
* A simple table to store EOF actions for each lexical state. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.8.1-SNAPSHOT | ||
* @version JFlex 1.8.1 | ||
*/ | ||
public class EOFActions { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | ||
* JFlex 1.8.1-SNAPSHOT * | ||
* JFlex 1.8.1 * | ||
* Copyright (C) 1998-2018 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -27,7 +27,7 @@ | |
* <p>Maps macros to their (expanded) definitions, detects cycles and unused macros. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.8.1-SNAPSHOT | ||
* @version JFlex 1.8.1 | ||
*/ | ||
public final class Macros { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | ||
* JFlex 1.8.1-SNAPSHOT * | ||
* JFlex 1.8.1 * | ||
* Copyright (C) 1998-2018 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -37,7 +37,7 @@ | |
* <p>Contains algorithms RegExp → NFA. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.8.1-SNAPSHOT | ||
* @version JFlex 1.8.1 | ||
*/ | ||
public final class NFA { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | ||
* JFlex 1.8.1-SNAPSHOT * | ||
* JFlex 1.8.1 * | ||
* Copyright (C) 1998-2018 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -20,7 +20,7 @@ | |
* <p>This base class has no content other than its type. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.8.1-SNAPSHOT | ||
* @version JFlex 1.8.1 | ||
*/ | ||
public class RegExp { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | ||
* JFlex 1.8.1-SNAPSHOT * | ||
* JFlex 1.8.1 * | ||
* Copyright (C) 1998-2018 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -20,7 +20,7 @@ | |
* <p>For instance: a* is new RegExp1(sym.STAR, 'a'); | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.8.1-SNAPSHOT | ||
* @version JFlex 1.8.1 | ||
*/ | ||
public class RegExp1 extends RegExp { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | ||
* JFlex 1.8.1-SNAPSHOT * | ||
* JFlex 1.8.1 * | ||
* Copyright (C) 1998-2018 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -15,7 +15,7 @@ | |
* Regular expression with two children (e.g. a | b) | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.8.1-SNAPSHOT | ||
* @version JFlex 1.8.1 | ||
*/ | ||
public class RegExp2 extends RegExp { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | ||
* JFlex 1.8.1-SNAPSHOT * | ||
* JFlex 1.8.1 * | ||
* Copyright (C) 1998-2018 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -16,7 +16,7 @@ | |
* <p>If this is encountered, this means there is a bug. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.8.1-SNAPSHOT | ||
* @version JFlex 1.8.1 | ||
*/ | ||
// TODO Move all regexp related code to jflex.regexp | ||
// This class lives in package jflex.core, because the reference to jflex.core.RegExp would | ||
|
Oops, something went wrong.