summaryrefslogtreecommitdiff
path: root/mesonbuild/ast/__init__.py
AgeCommit message (Collapse)Author
2023-12-13Use SPDX-License-Identifier consistentlyDylan 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-01ast: rename module constant to match PEP8 styleDylan Baker
2020-05-23ast: Add AST JSON printerDaniel Mensinger
2019-03-03mintro: Dependencies from sourceDaniel Mensinger
2019-01-22First rewriter test caseDaniel Mensinger
2019-01-22Removed the RewriteIntrepreterDaniel Mensinger
2019-01-22AST post processingDaniel Mensinger
2019-01-22Moved the introspection interpreterDaniel Mensinger
2019-01-22Added Ast printerDaniel Mensinger
2019-01-22Basic AST visitor patternDaniel Mensinger