This website requires JavaScript.
Explore
Help
Sign In
asegavac
/
boring-lang
Watch
1
Star
0
Fork
0
You've already forked boring-lang
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1e4deadb9c4cfc9a04da4b281e94d17c082e0c00
boring-lang
/
Dockerfile
5 lines
78 B
Docker
Raw
Normal View
History
Unescape
Escape
updated rust ast through structs to work
2021-08-08 11:42:26 -06:00
FROM
rust:1.54
added parser for v1 (calculator with no types)
2020-04-08 00:04:36 -06:00
added the compiler
2020-04-13 23:59:01 -06:00
RUN
apt update
&&
apt-get install -y llvm clang
added parser for v1 (calculator with no types)
2020-04-08 00:04:36 -06:00
WORKDIR
/code
Reference in New Issue
Copy Permalink