Merge branch 'cooperra-patch-1'
This commit is contained in:
commit
7b517f046a
|
@ -83,5 +83,6 @@ YYYY/MM/DD, github id, Full name, email
|
|||
2015/10/12, KvanTTT, Ivan Kochurkin, ivan.kochurkin@gmail.com
|
||||
2015/10/21, martin-probst, Martin Probst, martin-probst@web.de
|
||||
2015/10/21, hkff, Walid Benghabrit, walid.benghabrit@mines-nantes.fr
|
||||
2015/11/12, cooperra, Robbie Cooper, cooperra@users.noreply.github.com
|
||||
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.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