diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2021-09-03 00:13:32 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2021-09-03 00:13:32 +0200 |
commit | 31d81a3931216d60a2e23426287f32f481104b71 (patch) | |
tree | 98528659b1fcfabb0dfc4a9135aa463b19fb676c /README.md | |
parent | 057f7edc9d6249f62917d93c01fccb60a84f9763 (diff) | |
download | llvm-kaleidoscope-rs-31d81a3931216d60a2e23426287f32f481104b71.tar.gz llvm-kaleidoscope-rs-31d81a3931216d60a2e23426287f32f481104b71.zip |
readme: update not on structure
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |