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

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

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

parser parser-library

Last synced: 12 months 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.