Skip to content

Commit

Permalink
Merge pull request #29 from lambdaclass/end
Browse files Browse the repository at this point in the history
end
  • Loading branch information
edg-l authored Dec 11, 2024
2 parents 2274ee7 + a6ba827 commit ede2123
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
- [Workshop: Compiling Functions](./workshop_p8.md)
- [Workshop: Testing](./workshop_p9.md)
- [Workshop: Glue code](./workshop_p10.md)
- [End](./end.md)
8 changes: 8 additions & 0 deletions docs/src/end.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ede2123

Please sign in to comment.