|
před 2 roky | |
---|---|---|
.gitignore | před 3 roky | |
README.md | před 3 roky | |
documentation.pdf | před 2 roky | |
documentation.tex | před 2 roky | |
example.c | před 3 roky | |
listings-extx.py | před 2 roky |
listings-extx.py
Some programme to get named entries for listings-ext
Author : Jonathan P. Spratte
Version : 1.0.1
Copyright © : 2019 Jonathan P. Spratte
License : GPLv3+ https://gnu.org/licenses/gpl.html
Documentation : documentation.pdf
Extracts code blocks which are guarded by
\s+<cc> be: <name> .*
.
.
.
\s+<cc> ee: <name> .*
With <cc>
being a comment starting character or character sequence and <name>
being a string matching [\w:]+
. .*
is discarded. Combining different code blocks is possible with
\s+<cc> je: <name> <others...> .*
Where <others...>
is a space separated list of names matching [\w:]
. Additionally every code block can be combined with
\s+<cc> ae: <name> .*