correction Parser
This commit is contained in:
@@ -27,7 +27,7 @@ bloc : sujet listvc P
|
||||
;
|
||||
sujet : LC entity RC
|
||||
;
|
||||
listvc : LC vc RC more // caca
|
||||
listvc : vc more
|
||||
;
|
||||
more : SEMI listvc
|
||||
|
|
||||
|
||||
@@ -58,7 +58,7 @@ public class Main {
|
||||
*
|
||||
* @param args standard arguments passed on the commandline
|
||||
* @throws //RecognitionException
|
||||
**/
|
||||
**/
|
||||
public static void antlrAST(String[] args) throws RecognitionException {
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user