完成Lexer实现,100%可靠
This commit is contained in:
@@ -52,5 +52,10 @@ namespace Fig
|
||||
{
|
||||
return source.substr(_index_start, _length);
|
||||
}
|
||||
|
||||
const String &GetSource() const
|
||||
{
|
||||
return source;
|
||||
}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user