Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [location] Renaming "CAst.ast" to "CAst.t" | Matej Košík | 2017-05-24 |
| | |||
* | [location] Cleanup. | Emilio Jesus Gallego Arias | 2017-04-25 |
| | | | | | We remove some unnecessary functions introduced before in the patch series + unused functions. | ||
* | [location] [ast] Switch Constrexpr AST to an extensible node type. | Emilio Jesus Gallego Arias | 2017-04-25 |
Following @gasche idea, and the original intention of #402, we switch the main parsing AST of Coq from `'a Loc.located` to `'a CAst.ast` which is private and record-based. This provides significantly clearer code for the AST, and is robust wrt attributes. |