initial implementation
authorDmitry Selyutin <ghostmansd@gmail.com>
Mon, 12 Jun 2023 20:23:55 +0000 (23:23 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Tue, 13 Jun 2023 19:53:06 +0000 (22:53 +0300)
commit21ef488db4eff2c47c67fab76e0ef9b2736dafe7
tree4b15b6b0646c127f8e12a441e031d35b3f3db9b5
initial implementation
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
src/mdis/__init__.py [new file with mode: 0644]
src/mdis/core.py [new file with mode: 0644]
src/mdis/dispatcher.py [new file with mode: 0644]
src/mdis/visitor.py [new file with mode: 0644]
src/mdis/walker.py [new file with mode: 0644]