summaryrefslogtreecommitdiff
path: root/tools/cc1
AgeCommit message (Collapse)Author
2025-11-05tools/cc1: Fix ruff lint check with list length.Damien George
Signed-off-by: Damien George <damien@micropython.org>
2025-11-05tools/cc1: Apply ruff formatting to cc1 script.Christian Clauss
Running `ruff format tools/cc1` picks up `tools/cc1` which is a Python file that does not have a .py file extension. Signed-off-by: Christian Clauss <cclauss@me.com> Signed-off-by: Damien George <damien@micropython.org>
2015-12-31tools: Add C middle-processor to make builtin tables proper hash tables.Damien George