blob: 3946a5d406da3e4d84c978aa37f95ab1a2918513 (
plain)
1
2
3
4
5
6
7
|
# Toy Tutorial
This contains sample code to support the tutorial on using MLIR for
building a compiler for a simple Toy language.
See [docs/Tutorials/Toy](../../docs/Tutorials/Toy) at the root of
the project for more informations.
|