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

https://github.com/khtdr/ebnf-mode

Emacs ebnf mode
https://github.com/khtdr/ebnf-mode

Last synced: 5 months ago
JSON representation

Emacs ebnf mode

Awesome Lists containing this project

README

          

# ebnf-mode

**install**
- download it: https://raw.githubusercontent.com/khtdr/ebnf-mode/master/ebnf-mode.el
- add it to emacs: `(load "~/downloads/ebnf-mode.el")`
- evaluate the file or restart emacs
- open `*.ebnf` files
- examples files (from [wikipedia](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form#Examples)):
- [example Pascal EBFN](https://raw.githubusercontent.com/khtdr/ebnf-mode/master/example-pascal.ebnf)
- [example EBNF EBNF](https://raw.githubusercontent.com/khtdr/ebnf-mode/master/example-ebnf.ebnf)