Refactored Caching, Refactored BnfNodeParser, Introduced Sphinx

This commit is contained in:
2020-05-12 17:21:10 +02:00
parent 7d3a490bc5
commit 6e343ba996
110 changed files with 13865 additions and 7540 deletions
+3
View File
@@ -6,6 +6,9 @@ test: clean
clean:
rm -rf build
rm -rf docs/build
rm -rf docs/source/_build
rm -rf prof
rm -rf tests/prof
find . -name '.pytest_cache' -exec rm -rf {} +
find . -name '__pycache__' -exec rm -rf {} +