mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-27 06:42:04 -03:00
Fix comment
This commit is contained in:
@ -122,7 +122,7 @@ module Tartrazine
|
||||
new_lexer = lexer.copy
|
||||
new_lexer.tokenize(String.new(match[match_group].value), secondary: true)
|
||||
when ActionType::Combined
|
||||
# Combine two states into one anonymous state
|
||||
# Combine two or more states into one anonymous state
|
||||
new_state = @states.map { |name|
|
||||
lexer.states[name]
|
||||
}.reduce { |state1, state2|
|
||||
|
Reference in New Issue
Block a user