correction Parser

This commit is contained in:
trochas
2025-02-13 14:20:38 +01:00
parent 094f978e06
commit c8ef104d69
4 changed files with 6 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ bloc : sujet listvc P
;
sujet : LC entity RC
;
listvc : LC vc RC more // caca
listvc : vc more
;
more : SEMI listvc
|

View File

@@ -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 {