google / compynatorLinks
A pure Python implementation of parser combinators with asymptotically best performance and support for context-sensitive or ambiguous grammars.
☆89Updated 5 years ago
Alternatives and similar repositories for compynator
Users that are interested in compynator are comparing it to the libraries listed below
Sorting:
- ☆71Updated 4 years ago
- A minimal Python interpreter in Python with runtime AST definition and edit-and-continue☆33Updated 7 years ago
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆144Updated 11 months ago
- A very minimal implementation of the core idea of Hypothesis☆137Updated last year
- Python library to work with algebraic effects☆80Updated 4 years ago
- Ranked Programming Extension for Racket☆54Updated 5 years ago
- Yet another PEG parser combinator library and DSL☆56Updated 2 years ago
- A universal Python parser combinator library inspired by Parsec library of Haskell.☆223Updated last year
- Pyrolog: A Prolog interpreter written in Python using the PyPy translator toolchain. Clone of https://bitbucket.org/cfbolz/pyrolog☆24Updated 11 years ago
- Resolution theorem proving for predicate logic in pure Python.☆97Updated last year
- How to implement trampolines for tail calls in Python☆31Updated 11 years ago
- Straightforward unification in Python that's extensible via generic functions.☆49Updated last week
- An implementation of the APL language in Python with the Numpy module☆29Updated 8 years ago
- The Coral Programming Language: a blazingly-fast, gradually-typed Python compiler with optional static typing for optimization and safety…☆146Updated 4 years ago
- Algebraic data types for Python (experimental, not actively maintained)☆172Updated 4 years ago
- Programming language for symbolic computation with unusual combination of pattern matching features: Tree patterns, associative patterns…☆47Updated 4 months ago
- Demo of a WAM Prolog implementation in Python☆77Updated 2 years ago
- Sum Types, aka Tagged Unions, for Python☆44Updated 3 years ago
- Code for http://oilshell.org/blog/☆50Updated 2 weeks ago
- A simple Prolog Interpreter written in a few lines of Python 3. It runs a limited subset of Prolog and uses backtracking and generators i…☆250Updated last year
- Python interpreter for TLA+ specifications☆114Updated last year
- An extensible, lightweight relational/logic programming DSL written in pure Python☆217Updated last week
- A python parser that builds python ASTs in 502 lines of python without using modules☆61Updated 6 years ago
- The Brown Benchmark for Table Types (B2T2)☆64Updated last month
- an attempt to implement miniKanren and microKanren in Python☆53Updated 11 years ago
- Nagini is a static verifier for Python 3, based on the Viper verification infrastructure.☆249Updated 3 months ago
- Tools for rapid prototyping of DSL compilers☆86Updated 4 years ago
- Grako (for grammar compiler) is a tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers i…☆34Updated 12 years ago
- Search lots of data sets for spurious correlations☆59Updated 3 years ago
- Hindley-Milner Type Inference implemented in (although not for) Python.☆96Updated 3 years ago