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
- Host: GitHub
- URL: https://github.com/ibre5041/mpath
- Owner: ibre5041
- License: mit
- Created: 2017-04-20T18:48:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T09:51:28.000Z (almost 9 years ago)
- Last Synced: 2025-06-29T10:39:28.001Z (11 months ago)
- Topics: antlr-grammar, linux, multipath, parsing
- Language: Python
- Homepage:
- Size: 1.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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