Skip to content
Snippets Groups Projects
Commit a957557a authored by marruiz's avatar marruiz :space_invader:
Browse files

Delimitadores de bloque diferenciados

parent b2111bf8
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,8 @@ ID ({LETTER}({LETTER}|{DIGIT})*) ...@@ -66,7 +66,8 @@ ID ({LETTER}({LETTER}|{DIGIT})*)
SEPAR ([\n]) SEPAR ([\n])
/*Delimitador de bloques*/ /*Delimitador de bloques*/
DEL_BL ([{}]) DEL_BL_A ([{])
DEL_BL_C ([}])
/*Espacios en blanco*/ /*Espacios en blanco*/
WSPC ([ \t\f\r]) WSPC ([ \t\f\r])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment