commit d99f4e654cadc0842009f5bef92ded798d3871d8
parent 7ff0624a307a999987c3dad5adc8554de51ed0c8
Author: Mohammad-Reza Nabipoor <m.nabipoor@yahoo.com>
Date: Sat, 19 Sep 2020 07:11:39 +0430
README.md: Add basic section for Chap. 3
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -242,3 +242,9 @@ Because there's no invariant to establish.
[regular]: https://en.cppreference.com/w/cpp/concepts/regular
[cppcore_c2]: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c2-use-class-if-the-class-has-an-invariant-use-struct-if-the-data-members-can-vary-independently
+
+
+## Chapter 3: Kaleidoscope: Code generation to LLVM IR
+
+- **Implementation** `kaleidoscope_codegen.hpp`, `kaleidoscope_codegen.cpp`
+- **Test** `tests/kaleidoscope_codegen.test.cpp`