working on adding type system

This commit is contained in:
Andrew Segavac
2021-05-05 19:32:55 -06:00
parent 1924dca617
commit 9d9d42ebd5
11 changed files with 576 additions and 73 deletions

View File

@@ -1,3 +1,3 @@
FROM python:3.9
RUN pip install lark mypy
RUN pip install lark mypy black