-
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.6.1-SNAPSHOT -> 1.6.1
- Loading branch information
Showing
66 changed files
with
128 additions
and
128 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# JFlex 1.6.1-SNAPSHOT | ||
# JFlex 1.6.1 | ||
|
||
This directory contains JFlex, a fast scanner generator for Java. | ||
|
||
|
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.6.1-SNAPSHOT * | ||
* JFlex 1.6.1 * | ||
* Copyright (C) 1998-2015 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -16,7 +16,7 @@ | |
* It stores the Java code as String together with a priority (line number in the specification). | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.6.1-SNAPSHOT | ||
* @version JFlex 1.6.1 | ||
*/ | ||
final public 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.6.1-SNAPSHOT * | ||
* JFlex 1.6.1 * | ||
* Copyright (C) 1998-2015 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -15,7 +15,7 @@ | |
* This Exception is used in class CharClasses. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.6.1-SNAPSHOT | ||
* @version JFlex 1.6.1 | ||
*/ | ||
public class CharClassException extends RuntimeException { | ||
|
||
|
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.6.1-SNAPSHOT * | ||
* JFlex 1.6.1 * | ||
* Copyright (C) 1998-2015 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -19,7 +19,7 @@ | |
* All characters of the interval must belong to the same character class. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.6.1-SNAPSHOT | ||
* @version JFlex 1.6.1 | ||
*/ | ||
public class CharClassInterval { | ||
|
||
|
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.6.1-SNAPSHOT * | ||
* JFlex 1.6.1 * | ||
* Copyright (C) 1998-2015 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -15,7 +15,7 @@ | |
/** | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.6.1-SNAPSHOT | ||
* @version JFlex 1.6.1 | ||
*/ | ||
public class CharClasses { | ||
|
||
|
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.6.1-SNAPSHOT * | ||
* JFlex 1.6.1 * | ||
* Copyright (C) 1998-2015 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -13,7 +13,7 @@ | |
/** | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.6.1-SNAPSHOT | ||
* @version JFlex 1.6.1 | ||
*/ | ||
public final class CharSet { | ||
|
||
|
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.6.1-SNAPSHOT * | ||
* JFlex 1.6.1 * | ||
* Copyright (C) 1998-2015 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -16,7 +16,7 @@ | |
* Does not implement java.util.Enumeration, but supports the same protocol. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.6.1-SNAPSHOT | ||
* @version JFlex 1.6.1 | ||
*/ | ||
final public class CharSetEnumerator { | ||
|
||
|
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.6.1-SNAPSHOT * | ||
* JFlex 1.6.1 * | ||
* Copyright (C) 1998-2015 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -13,7 +13,7 @@ | |
* An emitter for an array encoded as count/value pairs in a string. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.6.1-SNAPSHOT | ||
* @version JFlex 1.6.1 | ||
*/ | ||
public class CountEmitter extends PackEmitter { | ||
/** number of entries in expanded array */ | ||
|
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.6.1-SNAPSHOT * | ||
* JFlex 1.6.1 * | ||
* Copyright (C) 1998-2015 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -19,7 +19,7 @@ | |
* Contains minimization algorithm. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.6.1-SNAPSHOT | ||
* @version JFlex 1.6.1 | ||
*/ | ||
final public class DFA { | ||
|
||
|
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.6.1-SNAPSHOT * | ||
* JFlex 1.6.1 * | ||
* Copyright (C) 1998-2015 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -16,7 +16,7 @@ | |
* A simple table to store EOF actions for each lexical state. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.6.1-SNAPSHOT | ||
* @version JFlex 1.6.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.6.1-SNAPSHOT * | ||
* JFlex 1.6.1 * | ||
* Copyright (C) 1998-2015 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -21,7 +21,7 @@ | |
* Table compression, String packing etc. is also done here. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.6.1-SNAPSHOT | ||
* @version JFlex 1.6.1 | ||
*/ | ||
final public class Emitter { | ||
private static final Pattern JAVADOC_COMMENT_AND_MAYBE_ANNOTATIONS_PATTERN | ||
|
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.6.1-SNAPSHOT * | ||
* JFlex 1.6.1 * | ||
* Copyright (C) 1998-2015 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -20,7 +20,7 @@ | |
* [Is not yet used exclusively, but should] | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.6.1-SNAPSHOT | ||
* @version JFlex 1.6.1 | ||
*/ | ||
public class ErrorMessages { | ||
private String key; | ||
|
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.6.1-SNAPSHOT * | ||
* JFlex 1.6.1 * | ||
* Copyright (C) 1998-2015 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -14,7 +14,7 @@ | |
* Thrown when code generation has to be aborted. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.6.1-SNAPSHOT | ||
* @version JFlex 1.6.1 | ||
*/ | ||
public class GeneratorException extends RuntimeException { | ||
|
||
|
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.6.1-SNAPSHOT * | ||
* JFlex 1.6.1 * | ||
* Copyright (C) 1998-2015 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -13,7 +13,7 @@ | |
* HiLowEmitter | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.6.1-SNAPSHOT | ||
* @version JFlex 1.6.1 | ||
*/ | ||
public class HiLowEmitter extends PackEmitter { | ||
|
||
|
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.6.1-SNAPSHOT * | ||
* JFlex 1.6.1 * | ||
* Copyright (C) 1998-2015 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -19,7 +19,7 @@ | |
* [fixme: optimizations possible] | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.6.1-SNAPSHOT | ||
* @version JFlex 1.6.1 | ||
*/ | ||
public final class IntCharSet { | ||
|
||
|
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.6.1-SNAPSHOT * | ||
* JFlex 1.6.1 * | ||
* Copyright (C) 1998-2015 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -16,7 +16,7 @@ | |
* Used in NFA to represent a partial NFA by its start and end state. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.6.1-SNAPSHOT | ||
* @version JFlex 1.6.1 | ||
*/ | ||
final 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.6.1-SNAPSHOT * | ||
* JFlex 1.6.1 * | ||
* Copyright (C) 1998-2015 Gerwin Klein <[email protected]> * | ||
* All rights reserved. * | ||
* * | ||
|
@@ -14,7 +14,7 @@ | |
* An interval of characters with basic operations. | ||
* | ||
* @author Gerwin Klein | ||
* @version JFlex 1.6.1-SNAPSHOT | ||
* @version JFlex 1.6.1 | ||
*/ | ||
public final class Interval { | ||
|
||
|
Oops, something went wrong.