forked from jasder/antlr
Merge branch 'patch-1' of git://github.com/cooperra/antlr4 into cooperra-patch-1
# Conflicts: # contributors.txt
This commit is contained in:
commit
5299d436aa
|
@ -84,4 +84,5 @@ YYYY/MM/DD, github id, Full name, email
|
|||
2015/10/21, martin-probst, Martin Probst, martin-probst@web.de
|
||||
2015/10/21, hkff, Walid Benghabrit, walid.benghabrit@mines-nantes.fr
|
||||
2015/11/25, abego, Udo Borkowski, ub@abego.org
|
||||
2015/12/17, sebadur, Sebastian Badur, sebadur@users.noreply.github.com
|
||||
2015/12/17, sebadur, Sebastian Badur, sebadur@users.noreply.github.com2015/06/29, jvanzyl, Jason van Zyl, jason@takari.io
|
||||
2015/11/12, cooperra, Robbie Cooper, cooperra@users.noreply.github.com
|
||||
|
|
|
@ -130,6 +130,7 @@ class LexerATNSimulator(ATNSimulator):
|
|||
self.startIndex = -1
|
||||
self.line = 1
|
||||
self.column = 0
|
||||
from antlr4.Lexer import Lexer
|
||||
self.mode = Lexer.DEFAULT_MODE
|
||||
|
||||
def matchATN(self, input:InputStream):
|
||||
|
|
Loading…
Reference in New Issue