Skip to content
/ imparse Public

Lightweight infinite-lookahead Python parser generator that supports basic grammars defined in a JSON format.

License

Notifications You must be signed in to change notification settings

reity/imparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imparse

Lightweight infinite-lookahead parser generator that supports basic grammars defined in a JSON format.

PyPI version and link.

Purpose

This library makes it possible to rapidly assemble and deploy a parser for a simple language. It is intended primarily for languages that have an LL grammar.

Package Installation and Usage

The package is available on PyPI:

python -m pip install imparse

The library can be imported in the usual ways:

import imparse
from imparse import *

About

Lightweight infinite-lookahead Python parser generator that supports basic grammars defined in a JSON format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages