Skip to content

issues Search Results · repo:javawizard/parcon language:Python

Filter by

7 results
 (58 ms)

7 results

injavawizard/parcon (press backspace or delete to remove)

Traceback (most recent call last): File /home/user/.virtualenvs/ubpf/lib/python3.10/site-packages/parcon/ordered_dict.py , line 11, in module from thread import get_ident as _get_ident ModuleNotFoundError: ...
  • james-callahan
  • Opened 
    on Apr 4, 2023
  • #23

This has already been been fixed here. But just to remind you what the error was: File sd-example.py , line 13, in module from parcon.railroad import Then, Or, Token, Loop, Bullet, Nothing File /usr/local/lib/python3.5/dist-packages/parcon/init.py ...
  • ooglyhLL
  • 1
  • Opened 
    on Feb 7, 2018
  • #20

I m rather new to writing parsers, so perhaps I m abusing parcon, but I found myself writing Translate( some_parser , concat)[ type ] an aweful lot. I got around some of the verbosity by defining Concat ...
  • ch3pjw
  • 3
  • Opened 
    on Feb 25, 2015
  • #11

from parcon import SignificantLiteral, Regex Digits = Regex(ur [0-9]+ ) DecimalLiteral = ((Digits + SignificantLiteral( . ) + Digits) | (SignificantLiteral( . ) + Digits)) SinglePeriod ...
  • dvogel
  • 1
  • Opened 
    on Oct 5, 2012
  • #5

Hi Im trying to write an xdot to json converter using parcon. Everything have worked ok but I ve have a problem with some of the xdot node and edge attributes. Some of the attributes use a replicator ...
  • krldmi
  • 3
  • Opened 
    on Dec 20, 2011
  • #4

Hey, nice work on this! It feels natural to use and lives up to its goal of good error messages. Here s a simple request: can you split the logic in format_failure to a separate function, allowing for ...
  • stevenrobertson
  • 3
  • Opened 
    on Jun 29, 2011
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub