Revision: 17825
Author:   [email protected]
Date:     Mon Nov 18 12:20:04 2013 UTC
Log:      Experimental lexer generator: Fix number rules.

[email protected]
BUG=

Review URL: https://codereview.chromium.org/75203002
http://code.google.com/p/v8/source/detail?r=17825

Modified:
 /branches/experimental/parser/src/lexer/lexer_py.re

=======================================
--- /branches/experimental/parser/src/lexer/lexer_py.re Mon Nov 18 12:07:11 2013 UTC +++ /branches/experimental/parser/src/lexer/lexer_py.re Mon Nov 18 12:20:04 2013 UTC
@@ -101,6 +101,7 @@

 number        <|push_token(NUMBER)|>
 number identifier_char   <|push_token(ILLEGAL)|>
+number "\\"   <|push_token(ILLEGAL)|>

 "("           <|push_token(LPAREN)|>
 ")"           <|push_token(RPAREN)|>

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to