commit | 2e595eb640981942fc1d8021bb5c5c03c070009d | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Tue Jul 10 10:08:27 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 12:31:55 2019 -0700 |
tree | 92f0266d1938153229daa00da14f6897737bd6a2 | |
parent | 48af7d1456e8768f9b6edd9329a97b8f43e61bb1 [diff] |
Finish refactoring the parser into subunits, creating a ModuleParser and AffineMapParser to localize the parsing productions that only make sense at the top level of a module, and within an affine map, respectively. NFC. PiperOrigin-RevId: 203966841