Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: mojo/public/bindings/pylib/parse/mojo_parser.py

Issue 221953005: Mojo: Mojom: Add basic lexer tests, and remove hex float constants. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/public/bindings/pylib/parse/mojo_parser.py
diff --git a/mojo/public/bindings/pylib/parse/mojo_parser.py b/mojo/public/bindings/pylib/parse/mojo_parser.py
index 72584e60ed01dd1a9cb4fb8e93b91fe3c8a9c89b..4d6349078d2b344919718b36fddd3da53d51881f 100755
--- a/mojo/public/bindings/pylib/parse/mojo_parser.py
+++ b/mojo/public/bindings/pylib/parse/mojo_parser.py
@@ -319,7 +319,6 @@ class Parser(object):
| INT_CONST_OCT
| INT_CONST_HEX
| FLOAT_CONST
- | HEX_FLOAT_CONST
| CHAR_CONST
| STRING_LITERAL"""
p[0] = _ListFromConcat(*p[1:])
« no previous file with comments | « mojo/public/bindings/pylib/parse/mojo_lexer_unittest.py ('k') | mojo/public/bindings/pylib/parse/mojo_parser_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698