Browse Source

test: some grammar tweaks.

legacy
Sam Hocevar sam 12 years ago
parent
commit
8ac8e13b75
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      test/sandbox/lex/lolfx.l

+ 2
- 1
test/sandbox/lex/lolfx.l View File

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

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

%%


Loading…
Cancel
Save