Explorar el Código

test: some grammar tweaks.

legacy
Sam Hocevar sam hace 12 años
padre
commit
8ac8e13b75
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      test/sandbox/lex/lolfx.l

+ 2
- 1
test/sandbox/lex/lolfx.l Ver fichero

@@ -44,7 +44,8 @@
*/

"//" { BEGIN(CPP_COMMENT); }
<CPP_COMMENT>.*\n { BEGIN(INITIAL); }
<CPP_COMMENT>\n { BEGIN(INITIAL); }
<CPP_COMMENT>.* { }

%%


Cargando…
Cancelar
Guardar