Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Earley parser in Emacs Lisp
- Host: GitHub
- URL: https://github.com/rocky/elisp-earley
- Owner: rocky
- Created: 2018-01-15T16:44:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T00:15:04.000Z (over 5 years ago)
- Last Synced: 2024-11-09T18:08:21.303Z (3 months ago)
- Topics: parser, parser-library
- Language: Emacs Lisp
- Homepage:
- Size: 60.5 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.