-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added VHDL 2008 support patch by fpgadev
- Loading branch information
Showing
11 changed files
with
311 additions
and
88 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
11 changes: 11 additions & 0 deletions
11
src/src/net/sourceforge/veditor/parser/vhdl/ASTcase_generate_alternative.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* Generated By:JJTree: Do not edit this line. ASTcase_generate_alternative.java Version 6.0 */ | ||
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=false,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */ | ||
package net.sourceforge.veditor.parser.vhdl; | ||
|
||
public | ||
class ASTcase_generate_alternative extends SimpleNode { | ||
public ASTcase_generate_alternative(int id) { | ||
super(id); | ||
} | ||
} | ||
/* JavaCC - OriginalChecksum=ebe7c3dac841b7d7e410591e077e71d2 (do not edit this line) */ |
11 changes: 11 additions & 0 deletions
11
src/src/net/sourceforge/veditor/parser/vhdl/ASTcase_generate_statement.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* Generated By:JJTree: Do not edit this line. ASTcase_generate_statement.java Version 6.0 */ | ||
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=false,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */ | ||
package net.sourceforge.veditor.parser.vhdl; | ||
|
||
public | ||
class ASTcase_generate_statement extends SimpleNode { | ||
public ASTcase_generate_statement(int id) { | ||
super(id); | ||
} | ||
} | ||
/* JavaCC - OriginalChecksum=7512e8118b8f3eee00d7aca9ac9d12f1 (do not edit this line) */ |
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
11 changes: 11 additions & 0 deletions
11
src/src/net/sourceforge/veditor/parser/vhdl/ASTfor_generate_statement.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* Generated By:JJTree: Do not edit this line. ASTfor_generate_statement.java Version 6.0 */ | ||
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=false,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */ | ||
package net.sourceforge.veditor.parser.vhdl; | ||
|
||
public | ||
class ASTfor_generate_statement extends SimpleNode { | ||
public ASTfor_generate_statement(int id) { | ||
super(id); | ||
} | ||
} | ||
/* JavaCC - OriginalChecksum=e2325ee89263c71b9edf0f98ed718326 (do not edit this line) */ |
11 changes: 11 additions & 0 deletions
11
src/src/net/sourceforge/veditor/parser/vhdl/ASTif_generate_statement.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* Generated By:JJTree: Do not edit this line. ASTif_generate_statement.java Version 6.0 */ | ||
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=false,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */ | ||
package net.sourceforge.veditor.parser.vhdl; | ||
|
||
public | ||
class ASTif_generate_statement extends SimpleNode { | ||
public ASTif_generate_statement(int id) { | ||
super(id); | ||
} | ||
} | ||
/* JavaCC - OriginalChecksum=82a2dcdb419dfc624864d5015bc2336d (do not edit this line) */ |
11 changes: 11 additions & 0 deletions
11
src/src/net/sourceforge/veditor/parser/vhdl/ASTpackage_instantiation_declaration.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* Generated By:JJTree: Do not edit this line. ASTpackage_instantiation_declaration.java Version 6.0 */ | ||
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=false,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */ | ||
package net.sourceforge.veditor.parser.vhdl; | ||
|
||
public | ||
class ASTpackage_instantiation_declaration extends SimpleNode { | ||
public ASTpackage_instantiation_declaration(int id) { | ||
super(id); | ||
} | ||
} | ||
/* JavaCC - OriginalChecksum=290e7eae4da2eee7630c16866f39c572 (do not edit this line) */ |
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
Oops, something went wrong.