| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-13 | Use SPDX-License-Identifier consistently | Dylan Baker | |
| This replaces all of the Apache blurbs at the start of each file with an `# SPDX-License-Identifier: Apache-2.0` string. It also fixes existing uses to be consistent in capitalization, and to be placed above any copyright notices. This removes nearly 3000 lines of boilerplate from the project (only python files), which no developer cares to look at. SPDX is in common use, particularly in the Linux kernel, and is the recommended format for Meson's own `project(license: )` field | |||
| 2022-06-01 | ast: rename module constant to match PEP8 style | Dylan Baker | |
| 2020-05-23 | ast: Add AST JSON printer | Daniel Mensinger | |
| 2019-03-03 | mintro: Dependencies from source | Daniel Mensinger | |
| 2019-01-22 | First rewriter test case | Daniel Mensinger | |
| 2019-01-22 | Removed the RewriteIntrepreter | Daniel Mensinger | |
| 2019-01-22 | AST post processing | Daniel Mensinger | |
| 2019-01-22 | Moved the introspection interpreter | Daniel Mensinger | |
| 2019-01-22 | Added Ast printer | Daniel Mensinger | |
| 2019-01-22 | Basic AST visitor pattern | Daniel Mensinger | |
