Skip to content
Extraits de code Groupes Projets
Valider ddad7cd4 rédigé par hieda_kyuko@hpr's avatar hieda_kyuko@hpr
Parcourir les fichiers

Grammar cleanup

parent 0ca205ef
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -303,14 +303,8 @@ JIKOKU ::= TS_TIMESTAMPS
# TODO There are actually more possible end timestamps
TS_TIMESTAMPS ::= TS_TIMESTAMP+
action => Dia::take_all
# separator => COMMA
# proper => 1
TS_TIMESTAMP ::= TS_TIMESTAMP_STRUCT COMMA
action => ::first
TS_TIMESTAMP_FIRST ::= TS_TIMESTAMP_STRUCT
action => ::first
TS_TIMESTAMP_LAST ::= TS_TIMESTAMP_STRUCT
action => ::first
TS_TIMESTAMP_STRUCT ::= TS_TIMESTAMP_WITHT
action => ::first
|| TS_TIMESTAMP_NOT
......@@ -345,10 +339,6 @@ TS_INT ~ [\d]+
VERSIONING ::= NAME
NAME ~ [^\v]*
Rest ::= action => ::undef
Rest ::= GARBAGE action => ::undef
:lexeme ~ GARBAGE priority => -9
GARBAGE ~ [\s\S]+
:lexeme ~ GARBAGE_LINE priority => -99999999
GARBAGE_LINES ::= GARBAGE_LINE*
GARBAGE_LINE ~ [^\v]*
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter