From 6aefc92c33f7bef17c338aa3e456dc45ca41058a Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 23 Jul 2024 09:40:12 -0700 Subject: modules/codegen: Add wrapper for lex/flex/reflex This module is a bit of a dumping ground for code generators, particularly ones that are important and non-trivial to wrap, either due to multiple implementations, major command line changes, or complex outputs (such as those that may output a directory structure). The initially provided method is for lex. It provides a simple wrapper that handles win_flex, reflex, flex, and generic lex. --- run_mypy.py | 1 + 1 file changed, 1 insertion(+) (limited to 'run_mypy.py') diff --git a/run_mypy.py b/run_mypy.py index 18c46f1f7..08f079aa8 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -52,6 +52,7 @@ modules = [ 'mesonbuild/msubprojects.py', 'mesonbuild/modules/__init__.py', 'mesonbuild/modules/cmake.py', + 'mesonbuild/modules/codegen.py', 'mesonbuild/modules/cuda.py', 'mesonbuild/modules/dlang.py', 'mesonbuild/modules/external_project.py', -- cgit v1.2.3