From f13311861e2301706499a7713e0e4964d1aa4be9 Mon Sep 17 00:00:00 2001 From: Wyatt419 <76425975+Wyatt419@users.noreply.github.com> Date: Sat, 12 Aug 2023 11:31:57 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9ab523..a8c76dd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Modern Compiler Implementation in C++ [![CMake](https://github.com/JasonNFS/Modern-Compiler-Implementation-in-cpp/actions/workflows/cmake.yml/badge.svg)](https://github.com/JasonNFS/Modern-Compiler-Implementation-in-cpp/actions/workflows/cmake.yml) -This is a c++ 17/20 implementation of book +This is a c++ 17/20 implementation of book (testting) [Modern Compiler Implementation in C](https://www.cs.princeton.edu/~appel/modern/c/). Still in working, any question or suggestion are welcome :) From 6fde15a5fe4c87fafa760e4ac9e72ea7842d513f Mon Sep 17 00:00:00 2001 From: Wyatt419 <76425975+Wyatt419@users.noreply.github.com> Date: Sat, 12 Aug 2023 11:35:15 +0900 Subject: [PATCH 2/2] Create Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..ceaf18a --- /dev/null +++ b/Dockerfile @@ -0,0 +1 @@ +FROM ubuntu