lib/antlr4/runtime/lexer.rb in antlr4-runtime-0.1.0 vs lib/antlr4/runtime/lexer.rb in antlr4-runtime-0.2.0
- old
+ new
@@ -1,10 +1,5 @@
-require 'antlr4/runtime/recognizer'
-require 'antlr4/runtime/token'
-require 'antlr4/runtime/common_token_factory'
-require 'antlr4/runtime/lexer_no_viable_alt_exception'
-
module Antlr4::Runtime
class Lexer < Recognizer
DEFAULT_MODE = 0
MORE = -2
@@ -252,6 +247,6 @@
def recover2(_re)
@_input.consume
end
end
-end
\ No newline at end of file
+end