This commit is contained in:
Roberto Alsina 2024-08-03 07:44:28 -03:00
parent f80869db1f
commit b3dfa5e28f

View File

@ -61,7 +61,8 @@ module Tartrazine
# <rule>
# <pop depth="1"/>
# </rule>
# They match, don't move pos, and alter the stack
# They match, don't move pos, probably alter
# the stack, probably not generate tokens
class Always < Rule
def match(text, pos, lexer) : Tuple(Bool, Int32, Array(Token))
tokens = [] of Token