ok
This commit is contained in:
@@ -12,12 +12,18 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user