We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2274ee7 + a6ba827 commit ede2123Copy full SHA for ede2123
docs/src/SUMMARY.md
@@ -12,3 +12,4 @@
12
- [Workshop: Compiling Functions](./workshop_p8.md)
13
- [Workshop: Testing](./workshop_p9.md)
14
- [Workshop: Glue code](./workshop_p10.md)
15
+- [End](./end.md)
docs/src/end.md
@@ -0,0 +1,8 @@
1
+# End
2
+
3
+If you reached this by following all the steps, you should now have a (really) minimal working language, well done!
4
5
+## Some projects to check out
6
7
+- [Cairo native](https://github.com/lambdaclass/cairo_native) makes extensive use of MLIR.
8
+- [Concrete](https://github.com/lambdaclass/concrete) first codegen backend is made with MLIR, this should be easier to read than Cairo Native code.
0 commit comments