Skip to content

Commit

Permalink
Update grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kin grammar bot committed Nov 19, 2024
1 parent b8a69d2 commit c884b61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions kin/grammar/PBXProjLexer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated from PBXProj.g4 by ANTLR 4.13.2
# Generated from PBXProj.g4 by ANTLR 4.13.1
from antlr4 import *
from io import StringIO
import sys
Expand Down Expand Up @@ -1434,7 +1434,7 @@ class PBXProjLexer(Lexer):

def __init__(self, input=None, output:TextIO = sys.stdout):
super().__init__(input, output)
self.checkVersion("4.13.2")
self.checkVersion("4.13.1")
self._interp = LexerATNSimulator(self, self.atn, self.decisionsToDFA, PredictionContextCache())
self._actions = None
self._predicates = None
Expand Down
2 changes: 1 addition & 1 deletion kin/grammar/PBXProjListener.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated from PBXProj.g4 by ANTLR 4.13.2
# Generated from PBXProj.g4 by ANTLR 4.13.1
from antlr4 import *
if "." in __name__:
from .PBXProjParser import PBXProjParser
Expand Down
4 changes: 2 additions & 2 deletions kin/grammar/PBXProjParser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated from PBXProj.g4 by ANTLR 4.13.2
# Generated from PBXProj.g4 by ANTLR 4.13.1
# encoding: utf-8
from antlr4 import *
from io import StringIO
Expand Down Expand Up @@ -1339,7 +1339,7 @@ class PBXProjParser ( Parser ):

def __init__(self, input:TokenStream, output:TextIO = sys.stdout):
super().__init__(input, output)
self.checkVersion("4.13.2")
self.checkVersion("4.13.1")
self._interp = ParserATNSimulator(self, self.atn, self.decisionsToDFA, self.sharedContextCache)
self._predicates = None

Expand Down

0 comments on commit c884b61

Please sign in to comment.