|
6 månader sedan | |
---|---|---|
.gitignore | 1 år sedan | |
README.md | 1 år sedan | |
documentation.pdf | 6 månader sedan | |
documentation.tex | 6 månader sedan | |
example.c | 1 år sedan | |
listings-extx.py | 6 månader sedan |
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> .*