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
- Host: GitHub
- URL: https://github.com/felipeochoa/mole
- Owner: felipeochoa
- License: gpl-3.0
- Created: 2017-11-10T23:32:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T21:26:12.000Z (almost 7 years ago)
- Last Synced: 2025-02-10T07:43:10.807Z (4 months ago)
- Topics: emacs, emacs-lisp, packrat, parsing, parsing-expression-grammar
- Language: Emacs Lisp
- Size: 133 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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.