[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / mlir / examples / toy / README.md
blob3946a5d406da3e4d84c978aa37f95ab1a2918513
1 # Toy Tutorial
3 This contains sample code to support the tutorial on using MLIR for
4 building a compiler for a simple Toy language.
6 See [docs/Tutorials/Toy](../../docs/Tutorials/Toy) at the root of
7 the project for more informations.