diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2019-04-04 13:32:55 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2019-04-04 15:02:17 -0700 |
commit | d778a371ac3eb0bdb2bfde84d753722b576d5f14 (patch) | |
tree | 03f86bc524b22502b940587434f86477407cae8e /mesonbuild/optinterpreter.py | |
parent | b1aa54bb2911ecf0f26391a9b1e0a6cd308913b5 (diff) | |
download | meson-d778a371ac3eb0bdb2bfde84d753722b576d5f14.zip meson-d778a371ac3eb0bdb2bfde84d753722b576d5f14.tar.gz meson-d778a371ac3eb0bdb2bfde84d753722b576d5f14.tar.bz2 |
coredata: Add an object to abstract builtins
Currently the builtins are stored as lists, then there are a mess of
functions which take said lists, check what the type of the first
thing is, and then extract data from various points in the list based
on that.
This is stupid. This is what structs/classes are for.
Diffstat (limited to 'mesonbuild/optinterpreter.py')
0 files changed, 0 insertions, 0 deletions