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

Issue 171713005: Experimental parser: add backtracking (Closed)

Created:
6 years, 10 months ago by dcarney
Modified:
6 years, 10 months ago
Reviewers:
marja
CC:
v8-dev
Visibility:
Public.

Description

Experimental parser: add backtracking TBR=marja@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=19496

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+217 lines, -43 lines) Patch
M src/lexer/lexer_py.re View 1 chunk +0 lines, -2 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A tools/lexer_generator/backtracking_generator.py View 1 2 3 4 5 1 chunk +149 lines, -0 lines 0 comments Download
M tools/lexer_generator/code_generator.jinja View 1 2 3 4 5 6 5 chunks +28 lines, -4 lines 0 comments Download
M tools/lexer_generator/code_generator.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/lexer_generator/dfa.py View 1 chunk +10 lines, -0 lines 0 comments Download
M tools/lexer_generator/dfa_optimizer.py View 1 2 5 chunks +8 lines, -20 lines 0 comments Download
M tools/lexer_generator/dot_utilities.py View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M tools/lexer_generator/nfa_builder.py View 1 chunk +0 lines, -6 lines 0 comments Download
M tools/lexer_generator/rule_parser.py View 1 5 chunks +13 lines, -5 lines 0 comments Download
M tools/lexer_generator/test/lexer_test.py View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M tools/lexer_generator/transition_key.py View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
dcarney
6 years, 10 months ago (2014-02-19 15:52:23 UTC) #1
Message was sent while issue was closed.
Committed patchset #7 manually as r19496 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698