diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-09-22 21:17:38 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-22 21:17:38 +0100 |
commit | 6a1a7c2637b33b4ac7e6beb29db268b5d4d6ebad (patch) | |
tree | 4da05915437eb2b12a9a7a5a32f5717df2eaf8b7 /python/parso/slack-desc | |
parent | 7c157166154faaa018a4b06c2ed2e1f80ede2c3d (diff) |
python/parso: Added (Python parser).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/parso/slack-desc')
-rw-r--r-- | python/parso/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/parso/slack-desc b/python/parso/slack-desc new file mode 100644 index 0000000000000..c867d5e43a09d --- /dev/null +++ b/python/parso/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +parso: parso (Python parser) +parso: +parso: Parso is a Python parser that supports error recovery and round-trip +parso: parsing for different Python versions (in multiple Python versions). +parso: Parso is also able to list multiple syntax errors in your python file. +parso: +parso: +parso: +parso: +parso: +parso: |