From a6ba82732c77d74872d93005d741f4e42fc23899 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Wed, 11 Dec 2024 11:04:38 -0300 Subject: [PATCH] end --- docs/src/SUMMARY.md | 1 + docs/src/end.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 docs/src/end.md diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index 66d4aba..62ca366 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -12,3 +12,4 @@ - [Workshop: Compiling Functions](./workshop_p8.md) - [Workshop: Testing](./workshop_p9.md) - [Workshop: Glue code](./workshop_p10.md) +- [End](./end.md) diff --git a/docs/src/end.md b/docs/src/end.md new file mode 100644 index 0000000..0c836f4 --- /dev/null +++ b/docs/src/end.md @@ -0,0 +1,8 @@ +# End + +If you reached this by following all the steps, you should now have a (really) minimal working language, well done! + +## Some projects to check out + +- [Cairo native](https://github.com/lambdaclass/cairo_native) makes extensive use of MLIR. +- [Concrete](https://github.com/lambdaclass/concrete) first codegen backend is made with MLIR, this should be easier to read than Cairo Native code.