This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
test: some grammar tweaks.
legacy
Sam Hocevar
sam
12 years ago
parent
1246eb233f
commit
8ac8e13b75
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
test/sandbox/lex/lolfx.l
+ 2
- 1
test/sandbox/lex/lolfx.l
View File
@@ -44,7 +44,8 @@
*/
*/
"//" { BEGIN(CPP_COMMENT); }
"//" { BEGIN(CPP_COMMENT); }
<CPP_COMMENT>.*\n { BEGIN(INITIAL); }
<CPP_COMMENT>\n { BEGIN(INITIAL); }
<CPP_COMMENT>.* { }
%%
%%
Write
Preview
Loading…
Cancel
Save