Skip to content

Commit ede2123

Browse files
authored
Merge pull request #29 from lambdaclass/end
end
2 parents 2274ee7 + a6ba827 commit ede2123

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
- [Workshop: Compiling Functions](./workshop_p8.md)
1313
- [Workshop: Testing](./workshop_p9.md)
1414
- [Workshop: Glue code](./workshop_p10.md)
15+
- [End](./end.md)

docs/src/end.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)