go

获取Go中正则表达式的解析树

英文: Getting Parse Tree of a Regex in Go 问题 我尝试使用regex.syntax模块来访问解析后的正则表达式的各个标记,但没有成功:我只能输出正则表达式的简化/...