summaryrefslogtreecommitdiffstats
path: root/rules/python3-pycparser.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/python3-pycparser.in')
-rw-r--r--rules/python3-pycparser.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/python3-pycparser.in b/rules/python3-pycparser.in
new file mode 100644
index 000000000..07cd9960e
--- /dev/null
+++ b/rules/python3-pycparser.in
@@ -0,0 +1,10 @@
+## SECTION=python3
+
+config PYTHON3_PYCPARSER
+ tristate
+ select PYTHON3
+ prompt "python3-pycparser"
+ help
+ pycparser is a complete parser of the C language, written in pure
+ Python using the PLY parsing library. It parses C code into an AST
+ and can serve as a front-end for C compilers or analysis tools.