Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rocky/elisp-earley

Earley parser in Emacs Lisp
https://github.com/rocky/elisp-earley

parser parser-library

Last synced: about 1 month ago
JSON representation

Earley parser in Emacs Lisp

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/rocky/elisp-earley.png)](https://travis-ci.org/rocky/elisp-earley)

# elisp-earley

A context-free grammar parser using Jay Earley's algorithm via Oyvin Halfdan Thuv's implemenation for Common Lisp.