![]() This creates a full set of option in environment that mirror those in coredata, this mirroring of the coredata structure is convenient because lookups int env (such as when initializing compilers) becomes a straight dict lookup, with no list iteration. It also means that all of the command line and machine files are read and stored in the correct order before they're ever accessed, simplifying the logic of using them. |
||
---|---|---|
.. | ||
__init__.py | ||
interpreter.py | ||
introspection.py | ||
postprocess.py | ||
printer.py | ||
visitor.py |