llvm/mlir/lib/Parser
Chris Lattner 49795d166f Introduce IR support for MLIRContext, primitive types, function types, and
vector types.

tensors and memref types are still TODO, and would be a good starter project
for someone.

PiperOrigin-RevId: 201782748
2019-03-29 12:24:32 -07:00
..
Lexer.cpp Implement parser and lexer support for most of the type grammar. 2019-03-29 12:24:20 -07:00
Lexer.h Implement parser and lexer support for most of the type grammar. 2019-03-29 12:24:20 -07:00
Parser.cpp Introduce IR support for MLIRContext, primitive types, function types, and 2019-03-29 12:24:32 -07:00
Token.cpp Implement parser and lexer support for most of the type grammar. 2019-03-29 12:24:20 -07:00
Token.h Implement parser and lexer support for most of the type grammar. 2019-03-29 12:24:20 -07:00