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

Unified Diff: tools/lexer_generator/transition_key.py

Issue 169523003: Experimental parser: split and rename some files (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 6 years, 10 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
« no previous file with comments | « tools/lexer_generator/test/transition_key_test.py ('k') | tools/lexer_generator/transition_keys.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/lexer_generator/transition_key.py
diff --git a/tools/lexer_generator/transition_keys.py b/tools/lexer_generator/transition_key.py
similarity index 99%
rename from tools/lexer_generator/transition_keys.py
rename to tools/lexer_generator/transition_key.py
index 2fabd7bcb31de70c8e5823f68e8f7d1766215223..a59eae5a3d59fbca2f3d3b6fda97ffd1c4256e46 100644
--- a/tools/lexer_generator/transition_keys.py
+++ b/tools/lexer_generator/transition_key.py
@@ -26,8 +26,8 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
from itertools import chain
-from encoding import KeyEncoding
-from action import Term
+from key_encoding import KeyEncoding
+from term import Term
class TransitionKey(object):
'''Represents a transition from a state in DFA or NFA to another state.
« no previous file with comments | « tools/lexer_generator/test/transition_key_test.py ('k') | tools/lexer_generator/transition_keys.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698