llvm-project/mlir/lib/Parser
Tatiana Shpeisman 1a56ee7093 Implement operands for the 'if' statement.
This CL also includes two other minor changes:
- change the implemented syntax from 'if (cond)' to 'if cond', as specified by MLIR spec.
- a minor fix to the implementation of the ForStmt.

PiperOrigin-RevId: 210618122
2019-03-29 13:07:16 -07:00
..
Lexer.cpp Escape and unescape strings in the parser and printer so they can roundtrip, 2019-03-29 13:00:05 -07:00
Lexer.h Support for affine integer sets 2019-03-29 12:56:58 -07:00
Parser.cpp Implement operands for the 'if' statement. 2019-03-29 13:07:16 -07:00
Token.cpp Avoid hardcoded 4096 constant 2019-03-29 13:06:36 -07:00
Token.h Add parsing for floating point attributes. 2019-03-29 12:51:12 -07:00
TokenKinds.def Implement operands for the lower and upper bounds of the for statement. 2019-03-29 13:05:16 -07:00