commit | bb8fafccd29b14eb3ef730b723a9a3f569468ce8 | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Fri Jun 22 15:52:02 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 12:24:20 2019 -0700 |
tree | b785fce3df1d1bb72722fc2a54a06d8719875d86 | |
parent | e79379a11f1dd57e52678d235bdbaae00f5606d4 [diff] |
Implement parser and lexer support for most of the type grammar. Semi-affine maps and address spaces are not yet supported (someone want to take this on?). We also don't generate IR objects for types yet, which I plan to tackle next. PiperOrigin-RevId: 201754283