Showing 55 open source projects for "python parser with javacc"

View related business solutions
  • Resolve Support Tickets 2x Faster​ with ServoDesk Icon
    Resolve Support Tickets 2x Faster​ with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Download the most trusted enterprise browser Icon
    Download the most trusted enterprise browser

    Chrome Enterprise brings enterprise controls and easy integrations to the browser users already know and love.

    Chrome Enterprise is ideal for businesses of all sizes, IT professionals, and organizations looking for a secure, scalable, and easily managed browser solution that supports remote work, data protection, and streamlined enterprise operations.
    Learn More
  • 1
    Python EBNF parser generator for use with mx.TextTools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    WSFuzzer
    WSFuzzer is a fuzzing penetration testing tool used against HTTP SOAP based web services. It tests numerous aspects (input validation, XML Parser, etc) of the SOAP target. It is only to be used against targets that have granted permission to be teste
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    A parser for patch (diff) files written as a Python module around the GNU patch code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CTypes-based python bindings to the GSASL library (www.gnu.org/software/gsasl ). This package provides a parser that generates python code w/ types checking and more pythonish feel than just plain usage of the library through ctypes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • TripMaster provides efficient, cost-effective NEMT tools Icon
    TripMaster provides efficient, cost-effective NEMT tools

    For public and private NEMT, demand-response, and paratransit providers in the US and Canada

    Supporting your paratransit and NEMT operations with user-friendly solutions. Since the beginning, TripMaster has been driven by our customers. Today it’s a full-service transit suite, including modules for: Automated scheduling, Powerful custom reporting, Integrated voice response, Mobile solutions and an automated vehicle locator, Web-based rider portal. CTS Software offers complete auditing support, manpower and vehicle resource management, cost control, payroll tracking, route management, statistical reporting, computer-assisted scheduling, electronic billing, and much more. We offer a 90-day, money-back guarantee: after a live demo to show you TripMaster, we set up your database and work with you to train the members of your staff, offering our full range of support and training.
    Learn More
  • 5
    CSS parser and utilities for CSS2.1 and CSS3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A thin and simple syntax and parser for generic symbolic expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    dynoparse (dynamic option parser) is a python package that implements a flexible and configurable way for cli option handling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A parser generator derived from ANTLR with JavaCC like (but not the same) syntax and some new features. It also comes with sample grammars for CSharp, Java, GnuC, Html, XHtml, Xml, ECMA262... etc.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    A JavaCC PDDL 2.2 and higher parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Multi-Entity Cloud Accounting Software for Growing Businesses Icon
    Multi-Entity Cloud Accounting Software for Growing Businesses

    Built for small to midsize businesses that have outgrown entry-level accounting or legacy ERP solutions.

    Built natively on the Microsoft Power Platform (Dynamics 365), Gravity delivers robust multi-entity financial management with seamless integration to Microsoft 365, Power BI, Teams + Copilot — no third-party add-ons required.
    Learn More
  • 10
    Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been made as compatible as possible with AT&T Yacc. Berkeley Yacc has been extended to generate Python, Perl and Java code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Elcc is an Earley parser generator written in Python and compatible with Yacc/Bison Syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A JAVA suite for parsing arbitrary text data. Not just HTML or XML or Java, but all of them. Use it when the JDK tokenizers are too limited, JavaCC, JTB etc. are too complicated, or You need dynamic parser configuration
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Python configuration parser module which supports arbitrarily deep hierarchical option "dictionaries" and partnership with the existing optparse (optik) python module. The API of this module will follow as close as possible the optparse model.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Pure Python implementation of GOLD Parser Engine. GOLD Parser Engine is a LALR(1) parser with DFA tokenizer. It uses compiled grammar table generated by GOLD Parser Builder (not included - available on http://www.devincook.com/goldparser)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JavaCCCS is a port of JavaCC to generate C# code instead of Java. JavaCCCS is a compiler compiler, i.e. given a grammar file it generates a parser for it that can then be used directly or by other applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    IDXMLParser is a "sloppy dom" XML parser, that provides for an XPath *like* interface for querying XML elements and attributes, whilst not requiring any validation of the XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    An extensible Java implementation of the W3C XQuery language. The project aims to provide a generic XQuery parser (written with JavaCC), translation to the XQuery core grammar, modularised query optimisation, and an open XMLSchema type system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    An INI file parser that can read, edit and create large INI files. Usable under Microsoft Windows, DOS, Linux, etc. Supported languages are C, C++, Visual Basic, Java, TCL, Perl, Python, etc (DLL and SWIG capable).
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 19
    Parsnip is a parser for Parsing Expression Grammars written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ODPdom is a simple non-validating DOM (Document Object Model) parser written in C++. It can handle relatively large XML files with the size in order of n*10 MB (pro file). ODPdom provides a SWIG-generated interface to Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CSS parser classes for use with some languages like PHP and Python, for example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    YACCL is a simple Java recursive descent parser, in the tradition of other RDP technologies such as ANTLR and JavaCC. It differs from these in a number of ways: it is smaller and simpler (though not necessarily faster).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Python xmlite module is an extremely light weight XML parser and printer. It does not use the DOM or SAX interfaces but instead works with simple nested lists to represent an XML document.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project is a parser generator, like the lex and yacc, but is based on the JavaCC grammar. It was writing in c++, run on linux and dos, and don't use another library. The grammar parser is specified through a simple file, and the parser generated
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PM2HTML takes PageMaker files and makes a cohesive newspaper website. It comprises a PMScript that exports all stories to a directory of tagged txts, and a python program to act as a converter to turn those tagged text files into HTML, a parser to guess
    Downloads: 0 This Week
    Last Update:
    See Project