Skip to content

Commit 90a5cd2

Browse files
authored
[WIP] Work on writing a parser using the textmate grammar backend. (#253)
* Actually not only enums, quick and dirty start to using textmate parser * a little more boilerplate * property validator parsing * working function parsing without docstrings yet * start enum work * some enum parsing * working parsing for enumeration comments * add handling for block comments to enums * backport enum docstring parsing to properties * remove vestigial file * minor fixes + black
1 parent 4d890d7 commit 90a5cd2

File tree

2 files changed

+477
-0
lines changed

2 files changed

+477
-0
lines changed

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ pytest-cov
44
pre-commit
55
defusedxml>=0.7.1
66
sphinxcontrib-napoleon
7+
textmate-grammar-python

0 commit comments

Comments
 (0)