meson/mesonbuild/ast
Dylan Baker e81acbd606 Use a single coredata dictionary for options
This patches takes the options work to it's logical conclusion: A single
flat dictionary of OptionKey: UserOptions. This allows us to simplify a
large number of cases, as we don't need to check if an option is in this
dict or that one (or any of 5 or 6, actually).
2021-01-04 12:20:58 -08:00
..
__init__.py ast: Add AST JSON printer 2020-05-23 18:13:16 +02:00
interpreter.py typing: fixup for #7708 2020-09-08 20:46:11 +02:00
introspection.py Use a single coredata dictionary for options 2021-01-04 12:20:58 -08:00
postprocess.py typing: completely type ast 2020-09-08 20:15:55 +02:00
printer.py ast: Add AST JSON printer 2020-05-23 18:13:16 +02:00
visitor.py typing: completely type ast 2020-09-08 20:15:55 +02:00