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,4 +1,4 @@
FROM rust:1.39
FROM rust:1.54
RUN apt update && apt-get install -y llvm clang
WORKDIR /code