added parser for v1 (calculator with no types)

This commit is contained in:
Andrew Segavac
2020-04-08 00:04:36 -06:00
parent 7e8287c6cb
commit 76c539cf5c
10 changed files with 926 additions and 4 deletions

6
docker-compose.yml Normal file
View File

@@ -0,0 +1,6 @@
version: "3"
services:
boring:
build: .
volumes:
- .:/code/