Ignore:
Timestamp:
Dec 19, 2007, 3:31:03 AM (16 years ago)
Author:
dai_9181
Message:

Foreach文のパラメータをInで区切るようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/common.h

    r350 r381  
    377377void GetIdentifierToken( char *token, const char *source, int &pos );
    378378void GetCommandToken( char *token, const char *source, int &pos );
     379void GetCustomToken( char *token, const char *source, int &pos, char delimitation, bool isEscapeSequence );
    379380void SplitGenericClassInstance( const char *fullName, char *className, Jenga::Common::Strings &typeParameters );
    380381int JumpStatement(const char *source, int &pos);
Note: See TracChangeset for help on using the changeset viewer.