llvm-project/mlir/lib/Parser
Jacques Pienaar 2057b454dc Add default error reporter for parser.
Add a default error reporter for the parser that uses the SourceManager to print the error. Also and OptResult enum (mirroring ParseResult) to make the behavior self-documenting.

PiperOrigin-RevId: 203173647
2019-03-29 12:27:57 -07:00
..
Lexer.cpp Enhance the type system to support arbitrary precision integers, which are 2019-03-29 12:27:32 -07:00
Lexer.h Refactor information about tokens out into a new TokenKinds.def file. Use this 2019-03-29 12:27:07 -07:00
Parser.cpp Add default error reporter for parser. 2019-03-29 12:27:57 -07:00
Token.cpp Enhance the type system to support arbitrary precision integers, which are 2019-03-29 12:27:32 -07:00
Token.h Enhance the type system to support arbitrary precision integers, which are 2019-03-29 12:27:32 -07:00
TokenKinds.def Enhance the type system to support arbitrary precision integers, which are 2019-03-29 12:27:32 -07:00