Show EOL distros:
Package Summary
Internal packaging of the 0.91 version of the simple python EBNF parser written by LParis.
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: LParis
- License: GPL
- External website: http://lparis45.free.fr/rp.html
- Bug / feature tracker: https://github.com/robotics-in-concert/rocon_tools/issues
- Source: git https://github.com/robotics-in-concert/rocon_tools.git (branch: hydro-devel)
Package Summary
Internal packaging of the 0.91 version of the simple python EBNF parser written by LParis.
- Maintainer status: developed
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: LParis
- License: GPL
- External website: http://lparis45.free.fr/rp.html
- Bug / feature tracker: https://github.com/robotics-in-concert/rocon_tools/issues
- Source: git https://github.com/robotics-in-concert/rocon_tools.git (branch: release/0.1-indigo)
Package Summary
Internal packaging of the 0.91 version of the simple python EBNF parser written by LParis.
- Maintainer status: developed
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: LParis
- License: GPL
- External website: http://lparis45.free.fr/rp.html
- Bug / feature tracker: https://github.com/robotics-in-concert/rocon_tools/issues
- Source: git https://github.com/robotics-in-concert/rocon_tools.git (branch: release/0.3-kinetic)
Package Summary
Internal packaging of the 0.91 version of the simple python EBNF parser written by LParis.
- Maintainer status: maintained
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: LParis
- License: GPL
- External website: http://lparis45.free.fr/rp.html
- Bug / feature tracker: https://github.com/robotics-in-concert/rocon_tools/issues
- Source: git https://github.com/robotics-in-concert/rocon_tools.git (branch: release/0.3-melodic)
Overview
This is a ros-wrapped implementation of a python package that establishes rules written in ebnf notation for parsing of specially formatted strings. We use it in the rocon framework for parsing and manipulation of rocon uri strings.
The ebnf package itself is convenient, simple and will do most everything you need of an ebnf package. Refer to the original documentation for more information.