Reviewers: ,

Message:
Committed patchset #5 manually as r17904.

Description:
Experimental lexer generator: rename_things(Dfa minimization) += comments part 2

- id_map -> state_to_id
- reverse_id_map -> id_to_state
- __merge_partitions -> __create_states_from_partitions
- name_map -> partition_to_name
- reverse_partition_map -> state_id_to_partition
- mapping -> partition_name_to_node
- transition_id -> transition_state_id (moar)
- x -> state_id
- map_into_partition -> states_transitioning_to_test_partition (still not a
great name)

BUG=

Committed: https://code.google.com/p/v8/source/detail?r=17904

Please review this at https://codereview.chromium.org/78053002/

SVN Base: https://v8.googlecode.com/svn/branches/experimental/parser

Affected files (+86, -52 lines):
  M tools/lexer_generator/dfa.py


--
--
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