llvm-project/mlir/examples/toy
Benjamin Kramer bb39b52950 Fix conversions in clang and examples 2020-01-29 02:48:15 +01:00
..
Ch1 A bunch more implicit string conversions that my Clang didn't detect. 2020-01-29 00:30:16 +01:00
Ch2 Fix conversions in clang and examples 2020-01-29 02:48:15 +01:00
Ch3 Fix conversions in clang and examples 2020-01-29 02:48:15 +01:00
Ch4 Fix conversions in clang and examples 2020-01-29 02:48:15 +01:00
Ch5 Fix conversions in clang and examples 2020-01-29 02:48:15 +01:00
Ch6 Fix conversions in clang and examples 2020-01-29 02:48:15 +01:00
Ch7 Fix conversions in clang and examples 2020-01-29 02:48:15 +01: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.