Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modernize code to C++17 (#3104) | Max Graey | 2021-11-22 | 1 | -8/+3 |
| | |||||
* | Apply format changes from #2048 (#2059) | Alon Zakai | 2019-04-26 | 1 | -11/+4 |
| | | | Mass change to apply clang-format to everything. We are applying this in a PR by me so the (git) blame is all mine ;) but @aheejin did all the work to get clang-format set up and all the manual work to tidy up some things to make the output nicer in #2048 | ||||
* | notation change: AST => IR (#1245) | Alon Zakai | 2017-10-24 | 1 | -0/+62 |
The IR is indeed a tree, but not an "abstract syntax tree" since there is no language for which it is the syntax (except in the most trivial and meaningless sense). |