Chromium Code Reviews
DescriptionExperimental lexer generator: transfer actions across epsilon transitions correctly when constructing the nfa.
This produces a reasonable nfa (with actions) with the following grammar:
<default>
"break" { BREAK } <<break>>
/[a-z]+/ { ID } <<break>>
BUG=
R=dcarney@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=17542
Patch Set 1 #Patch Set 2 : rebased #Patch Set 3 : . #
Total comments: 5
Patch Set 4 : code review (dcarney) #
Messages
Total messages: 5 (0 generated)
|
|||||||||||||||||||||||||||||||||||||