[Potential Bug] Conditional Pole List/Tuple Parsing
Steps
- (see attached
script.py
script.py)
- load demo grammar
- use demo grammar's conditional/contributing poles to define a new construction
- use demo grammar as scaffolding to create a new construction
Observed
boundaries: [(?left, ?right)]
- (at one point)
boundaries: ?left: ?right
- (see attached image
boundaries.png
)
Expected
boundaries: [?left ?right]
Results
-
boundaries: [['?left', '?right']]
-->boundaries: [(?left ?right)]
-
boundaries: ['?left', '?right']
--> error: cannor CDR ?right- but, in demo
firefighters-cxn
, parsing succeeds
- but, in demo
Additional Information
- everything has been executed within a (Docker) container (attached
Containerfile
Containerfile)