llvm-project/mlir/examples/toy
Rahul Joshi 5633813bf3 [MLIR] Fix several misc issues in in Toy tutorial
Summary:
- Fix comments in several places
- Eliminate extra ' in AST dump and adjust tests accordingly

Differential Revision: https://reviews.llvm.org/D78399
2020-05-11 16:56:47 -07:00
..
Ch1 [MLIR] Fix several misc issues in in Toy tutorial 2020-05-11 16:56:47 -07:00
Ch2 [MLIR] Fix several misc issues in in Toy tutorial 2020-05-11 16:56:47 -07:00
Ch3 [MLIR] Fix several misc issues in in Toy tutorial 2020-05-11 16:56:47 -07:00
Ch4 [MLIR] Fix several misc issues in in Toy tutorial 2020-05-11 16:56:47 -07:00
Ch5 [MLIR] Fix several misc issues in in Toy tutorial 2020-05-11 16:56:47 -07:00
Ch6 [MLIR] Fix several misc issues in in Toy tutorial 2020-05-11 16:56:47 -07:00
Ch7 [MLIR] Fix several misc issues in in Toy tutorial 2020-05-11 16:56:47 -07:00
CMakeLists.txt Add Ch-7 of the toy tutorial detailing how to define new types. 2019-11-07 09:54:04 -08:00
README.md [MLIR] Fix broken link locations after move to monorepo 2020-01-14 07:15:02 +00:00

README.md

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 at the root of the project for more informations.