forked from PuqiAR/Fig-TreeWalker
[Feat] 模块系统支持,使用 import x.x.x导入
[Fix] Context内部辅助函数修改, getStructName .... [Feat] 增加字符串下标获取操作,和修改字符操作,实现使用了第四点的函数 [Impl] FString添加新方法 getRealChar, realReplace [Fun] 在utf8_iterator中辱骂了C++
This commit is contained in:
@@ -8,6 +8,22 @@
|
||||
// fuck
|
||||
// generate by Qwen3-Coder:
|
||||
|
||||
// 2025-12-26
|
||||
/*
|
||||
again: C++ fuck you
|
||||
fuck you
|
||||
fuck you!
|
||||
|
||||
fuck
|
||||
|
||||
C++ IS A PIECE OF SHIT
|
||||
STOP USING C++
|
||||
|
||||
unicodeString = "some unicode points";
|
||||
unicodeString[0] ---> ?????
|
||||
FUCK YOU C++
|
||||
*/
|
||||
|
||||
namespace Fig
|
||||
{
|
||||
class UTF8Char
|
||||
|
||||
Reference in New Issue
Block a user