ソースを参照

test: some grammar tweaks.

legacy
Sam Hocevar sam 12年前
コミット
8ac8e13b75
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      test/sandbox/lex/lolfx.l

+ 2
- 1
test/sandbox/lex/lolfx.l ファイルの表示

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

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

%%


読み込み中…
キャンセル
保存