OSDN Git Service

-- 一時的マージ
authorderui <derutakayu@user.sourceforge.jp>
Sun, 21 Jun 2009 11:42:38 +0000 (20:42 +0900)
committerderui <derutakayu@user.sourceforge.jp>
Sun, 21 Jun 2009 11:42:38 +0000 (20:42 +0900)
sublexer_impl.cpp

index 12121a1..80e964c 100644 (file)
@@ -203,6 +203,9 @@ smart_ptr<lexeme::ILexeme> sublexer::FirstLexer::lex_(const utakata::utf8_string
 smart_ptr<lexeme::ILexeme> sublexer::StringLexer::lex(smart_ptr<utf8::UTF8InputStream> stream,
                                                       smart_ptr<sublexer::ISubLexer>& next)
 {
+    // 文字列を解釈して設定する。文字列は、基本的には""で囲まれている限り、
+    // 改行まで全部含む。
+
     return smart_ptr<lexeme::ILexeme>();
 }