index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
ast
/
printer.py
Age
Commit message (
Expand
)
Author
2025-12-22
ast: printer: give a precedence to all kinds of functions
Paolo Bonzini
2025-12-08
interpreterbase: make ArithmeticNode and MesonOperator both use operator names
Paolo Bonzini
2025-12-08
make ctype the same as the printed AST
Paolo Bonzini
2025-05-29
AstPrinter: Add parenthesis where neccessary
Volker Weißmann
2025-05-29
AstPrinter: Use str.translate instead of str.replace
Volker Weißmann
2024-04-08
parser: revert to single StringNode type
Charles Brunet
2024-04-08
simplify astprinter by using operator value
Charles Brunet
2024-04-08
simplify RawPrinter using FullAstVisitor
Charles Brunet
2024-04-08
fix colon wrongly named column in parser
Charles Brunet
2024-04-08
Fix type checking in ast.printer
Charles Brunet
2024-02-26
printer: Add a newline after "else"
Xavier Claessens
2024-02-26
printer: notin operator should be printed as "not in"
Xavier Claessens
2024-01-08
ast/printer: fix mypy issues
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-09-11
raw printer
Charles Brunet
2023-09-11
parser: use IdNode for foreach varnames
Charles Brunet
2023-09-11
parser: use IdNode for function name and assignment name
Charles Brunet
2023-09-11
parser: preserve escape chars in strings
Charles Brunet
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-02-28
refactor a few subsystem-relative imports that imported the wrong location
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-10-03
pylint: enable unnecessary-comprehension
Dylan Baker
2022-09-07
Fixed string escaping in AstPrinter
Volker Weißmann
2022-05-24
ast: cmake: Generate line numbers while printing the AST for better debugging
Daniel Mensinger
2021-07-25
ast: Add dummy "support" for fstrings in the ast package
Daniel Mensinger
2021-06-16
Fix assert(not true) raising backtrace
Xavier Claessens
2020-05-23
ast: Add AST JSON printer
Daniel Mensinger
2020-03-02
types: Remove redundant __init__() -> None annotation
Daniel Mensinger
2020-03-02
types: Annotate the AST visitors
Daniel Mensinger
2020-03-02
types: Annotate mparser.py
Daniel Mensinger
2019-12-10
assert(): Make message argument optional
Xavier Claessens
2019-06-28
ast: printer fix index node printing
Daniel Mensinger
2019-04-25
ast/printer: remove useless ternary
Dylan Baker
2019-01-24
Fixed style issues
Daniel Mensinger
2019-01-22
Can now rewrite files
Daniel Mensinger
2019-01-22
AST post processing
Daniel Mensinger
2019-01-22
Added Ast printer
Daniel Mensinger
2019-01-22
Basic AST visitor pattern
Daniel Mensinger