xref: /llvm-project/mlir/examples/toy/README.md (revision a7cac2bd4b6812ea6b59b5fa0298eadf3815a3b0)
1# Toy Tutorial
2
3This contains sample code to support the tutorial on using MLIR for
4building a compiler for a simple Toy language.
5
6See [docs/Tutorials/Toy](../../docs/Tutorials/Toy) at the root of
7the project for more informations.
8