refactor: update module name to Mgk789a/moonbit_regex Update moon.mod: name, repository URL, enhanced description Update moon.pkg files with correct package paths Improve README.mbt.md: bilingual, badges, full API reference, algorithm explanation, structured examples
refactor: update module name to Mgk789a/moonbit_regex
纯 MoonBit 实现的正则表达式引擎,基于 Thompson NFA(非确定有限自动机)构造算法。支持常见正则语法:字符类 [a-z]、\d/\w/\s、量词 */+/?/{m,n} 及懒惰变体、锚点 ^/$、编号捕获组、具名捕获组 (?P<name>...),提供 compile / is_match/ find / find_all / captures / replace / repla