updated rust ast through structs to work

This commit is contained in:
Andrew Segavac
2021-08-08 11:42:26 -06:00
parent 37d998d6b5
commit 10df785c8f
8 changed files with 343 additions and 619 deletions

View File

@@ -1,12 +1,12 @@
version: "3"
services:
# boring:
# build: .
# volumes:
# - .:/code/
boring-python:
build:
context: .
dockerfile: Dockerfile-python
boring:
build: .
volumes:
- .:/code/
# boring-python:
# build:
# context: .
# dockerfile: Dockerfile-python
# volumes:
# - .:/code/