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

https://github.com/felipeochoa/mole

Elisp packrat parser generator
https://github.com/felipeochoa/mole

emacs emacs-lisp packrat parsing parsing-expression-grammar

Last synced: about 2 months ago
JSON representation

Elisp packrat parser generator

Awesome Lists containing this project

README

        

#+TITLE: Mole: Elisp packrat parser generator
[[https://travis-ci.org/felipeochoa/mole.svg?branch=master]]

* What is this?
A library to generate parsers based on parsing expression
grammars. Using the =mole-create-grammar= macro, parsers for many
languages can easily be generated

* License
This project is licensed under the GPLv3 license.