Changeset 107 in dev for BasicCompiler_Common/Compile.cpp


Ignore:
Timestamp:
May 6, 2007, 3:17:56 PM (17 years ago)
Author:
dai_9181
Message:

Importsステートメントを導入した。実装は作り途中。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Compile.cpp

    r103 r107  
    229229                }
    230230                Smoothie::Lexical::liveingNamespaceScopes.pop_back();
     231                break;
     232            case ESC_IMPORTS:
     233                Smoothie::Meta::importedNamespaces.Imports( Command + 2 );
     234                break;
     235            case ESC_CLEARNAMESPACEIMPORTED:
     236                Smoothie::Meta::importedNamespaces.clear();
    231237                break;
    232238
Note: See TracChangeset for help on using the changeset viewer.