ceving / marpa-mode

Emacs major mode for editing Marpa BNF files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

marpa-mode - Major mode for editing Marpa grammar files

This is an Emacs major mode for editing Marpa grammar files.

http://search.cpan.org/~jkegl/Marpa-R2-3.000000/pod/Scanless/DSL.pod

This is how it looks like.

https://ceving.github.io/marpa-mode/example.marpa.html

Installation

Place this file somewhere in Emacs load-path and add the following line to your Emacs initialization file:

    (require 'marpa-mode)

This mode adds *.marpa files to the auto-mode-alist.


Converted from marpa-mode.el by el2markdown.

About

Emacs major mode for editing Marpa BNF files.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 94.7%Language:Perl 5.3%