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

https://github.com/ibre5041/mpath

ANTLR3 grammar for Linux multipath.conf configuration file
https://github.com/ibre5041/mpath

antlr-grammar linux multipath parsing

Last synced: about 1 month ago
JSON representation

ANTLR3 grammar for Linux multipath.conf configuration file

Awesome Lists containing this project

README

          

ANTLR3 grammar for Linux multipath.conf configuration file.

- Use pip to install ANTRL3 Python runtime

pip install http://www.antlr3.org/download/Python/antlr_python_runtime-3.1.3.tar.gz

- Generate grammar and run the test

make all