Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
boolparse
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Complejidad y Biología de Sistemas
boolparse
Commits
71703806
Commit
71703806
authored
Jun 04, 2023
by
Stalin Munoz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerated for new version of antlr4
parent
b67f9528
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
boolparse/BooleanSentenceListener.py
+14
-11
No files found.
boolparse/BooleanSentenceListener.py
View file @
71703806
# Generated from BooleanSentence.g4 by ANTLR 4.
5.1
# Generated from BooleanSentence.g4 by ANTLR 4.
13.0
from
antlr4
import
*
if
__name__
is
not
None
and
"."
in
__name__
:
if
"."
in
__name__
:
from
.BooleanSentenceParser
import
BooleanSentenceParser
else
:
from
BooleanSentenceParser
import
BooleanSentenceParser
...
...
@@ -17,15 +17,6 @@ class BooleanSentenceListener(ParseTreeListener):
pass
# Enter a parse tree produced by BooleanSentenceParser#NotSentence.
def
enterNotSentence
(
self
,
ctx
:
BooleanSentenceParser
.
NotSentenceContext
):
pass
# Exit a parse tree produced by BooleanSentenceParser#NotSentence.
def
exitNotSentence
(
self
,
ctx
:
BooleanSentenceParser
.
NotSentenceContext
):
pass
# Enter a parse tree produced by BooleanSentenceParser#TrueSentence.
def
enterTrueSentence
(
self
,
ctx
:
BooleanSentenceParser
.
TrueSentenceContext
):
pass
...
...
@@ -44,6 +35,15 @@ class BooleanSentenceListener(ParseTreeListener):
pass
# Enter a parse tree produced by BooleanSentenceParser#NotSentence.
def
enterNotSentence
(
self
,
ctx
:
BooleanSentenceParser
.
NotSentenceContext
):
pass
# Exit a parse tree produced by BooleanSentenceParser#NotSentence.
def
exitNotSentence
(
self
,
ctx
:
BooleanSentenceParser
.
NotSentenceContext
):
pass
# Enter a parse tree produced by BooleanSentenceParser#AndSentence.
def
enterAndSentence
(
self
,
ctx
:
BooleanSentenceParser
.
AndSentenceContext
):
pass
...
...
@@ -98,3 +98,5 @@ class BooleanSentenceListener(ParseTreeListener):
pass
del
BooleanSentenceParser
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment