slaught / antlr4-ruby

Ruby Target for Antlr 4.4 Parser Generator
1 stars 0 forks source link

error in support of multiple lexer actions #5

Open cnjmike opened 9 years ago

cnjmike commented 9 years ago

atn/lexer_action_executor.rb :35 is: lexerActions = lexerActionExecutor.lexerActions.concat(lexerAction) should be: lexerActions = lexerActionExecutor.lexerActions << lexerAction