• Kenton Varda's avatar
    Arrange for compiler to send to the code generator the complete contents of all… · 7b59b551
    Kenton Varda authored
    Arrange for compiler to send to the code generator the complete contents of all files listed on the command line, all first-level dependencies of those files, and parent scopes of those dependencies, but nothing more.  This means it's sometimes possible to compile a schema file without parsing all transitive dependencies.  Also, in 'decode' mode, don't compile annotations, so that the files defining those annotations need not be opened at all.
    7b59b551
parser.c++ 39.2 KB