Skip to content

Commit aad88e5

Browse files
author
Luka Žaja
committed
Regenerated ANTLR code for v4.13.1
1 parent 1eed487 commit aad88e5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"antlr4.generation": {
3-
"alternativeJar": "C:\\Users\\Luka\\Projects\\Python\\antlr-4.12.0-complete.jar",
3+
"alternativeJar": "C:\\Users\\Luka\\Projects\\Python\\antlr-4.13.1-complete.jar",
44
"language": "Python3",
55
"listeners": false,
66
"mode": "external",

src/refind_btrfs/boot/antlr4/RefindConfigLexer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated from c:\Users\Luka\Projects\Python\refind-btrfs\src\refind_btrfs\boot\antlr4\RefindConfigLexer.g4 by ANTLR 4.12.0
1+
# Generated from c:/Users/Luka/Projects/Python/refind-btrfs/src/refind_btrfs/boot/antlr4/RefindConfigLexer.g4 by ANTLR 4.13.1
22
from antlr4 import *
33
from io import StringIO
44
import sys
@@ -427,7 +427,7 @@ class RefindConfigLexer(Lexer):
427427

428428
def __init__(self, input=None, output:TextIO = sys.stdout):
429429
super().__init__(input, output)
430-
self.checkVersion("4.12.0")
430+
self.checkVersion("4.13.1")
431431
self._interp = LexerATNSimulator(self, self.atn, self.decisionsToDFA, PredictionContextCache())
432432
self._actions = None
433433
self._predicates = None

src/refind_btrfs/boot/antlr4/RefindConfigParser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated from c:\Users\Luka\Projects\Python\refind-btrfs\src\refind_btrfs\boot\antlr4\RefindConfigParser.g4 by ANTLR 4.12.0
1+
# Generated from c:/Users/Luka/Projects/Python/refind-btrfs/src/refind_btrfs/boot/antlr4/RefindConfigParser.g4 by ANTLR 4.13.1
22
# encoding: utf-8
33
from antlr4 import *
44
from io import StringIO
@@ -132,7 +132,7 @@ class RefindConfigParser ( Parser ):
132132

133133
def __init__(self, input:TokenStream, output:TextIO = sys.stdout):
134134
super().__init__(input, output)
135-
self.checkVersion("4.12.0")
135+
self.checkVersion("4.13.1")
136136
self._interp = ParserATNSimulator(self, self.atn, self.decisionsToDFA, self.sharedContextCache)
137137
self._predicates = None
138138

src/refind_btrfs/boot/antlr4/RefindConfigParserVisitor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Generated from c:\Users\Luka\Projects\Python\refind-btrfs\src\refind_btrfs\boot\antlr4\RefindConfigParser.g4 by ANTLR 4.12.0
1+
# Generated from c:/Users/Luka/Projects/Python/refind-btrfs/src/refind_btrfs/boot/antlr4/RefindConfigParser.g4 by ANTLR 4.13.1
22
from antlr4 import *
3-
if __name__ is not None and "." in __name__:
3+
if "." in __name__:
44
from .RefindConfigParser import RefindConfigParser
55
else:
66
from RefindConfigParser import RefindConfigParser

0 commit comments

Comments
 (0)