This commit is contained in:
Minh VU
2025-02-07 15:35:42 +01:00
parent a4b293602a
commit 5377fdcc88

View File

@@ -13,11 +13,17 @@ options {
} }
LC : '<' LC : '<'
;
RC : '>' RC : '>'
;
P: '.' P: '.'
;
V: ',' V: ','
;
SEMI: ';' SEMI: ';'
;
G: '"' G: '"'
;
prog : bloc EOF prog : bloc EOF
; ;
bloc : sujet listvc P bloc : sujet listvc P