From 31d81a3931216d60a2e23426287f32f481104b71 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Fri, 3 Sep 2021 00:13:32 +0200 Subject: readme: update not on structure --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8d1b4e6..8e4fdd8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Follow the official llvm tutorial [`Kaleidoscope: Implementing a Language with LLVM`][llvm-tutorial] to learn about `llvm` and practice some `rust`. +Names of variables and functions as well as file structure are mainly kept as +in the tutorial. This makes it easy to map the `rust` implementation onto the +`C++` implementation when following the tutorial. + ## License This project is licensed under the [MIT](LICENSE) license. -- cgit v1.2.3