完成Lexer实现,100%可靠

This commit is contained in:
2026-02-14 14:54:44 +08:00
parent 877253cbbc
commit 35b98c4d7f
15 changed files with 634 additions and 126 deletions

View File

@@ -52,5 +52,10 @@ namespace Fig
{
return source.substr(_index_start, _length);
}
const String &GetSource() const
{
return source;
}
};
};