mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-06 08:06:45 +00:00
lint
This commit is contained in:
@ -40,12 +40,12 @@ module Tartrazine
|
||||
states_to_push.each do |state|
|
||||
if state == "#pop"
|
||||
# Pop the state
|
||||
Log.trace { "Popping state"}
|
||||
Log.trace { "Popping state" }
|
||||
lexer.state_stack.pop
|
||||
else
|
||||
# Really push
|
||||
lexer.state_stack << state
|
||||
Log.trace {"Pushed #{lexer.state_stack}"}
|
||||
Log.trace { "Pushed #{lexer.state_stack}" }
|
||||
end
|
||||
end
|
||||
[] of Token
|
||||
|
Reference in New Issue
Block a user