llvm-project/mlir/lib/Parser
Chris Lattner 6af866c58d Enhance the type system to support arbitrary precision integers, which are
important for low-bitwidth inference cases and hardware synthesis targets.

Rename 'int' to 'affineint' to avoid confusion between "the integers" and "the int
type".

PiperOrigin-RevId: 202751508
2019-03-29 12:27:32 -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 Enhance the type system to support arbitrary precision integers, which are 2019-03-29 12:27:32 -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