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

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM rust:1.39
WORKDIR /code