@ -12,9 +12,11 @@ package filter
// Author : go_developer@163.com<白茶清欢>
//
// Date : 14:33 2022/7/5
func NewSyntax(lexical []*lexicalNode) *syntax {
func NewSyntax(jsonData string) *syntax {
return &syntax{}
}
type syntax struct {
// 词法分
lexicalInstance *lexical
The note is not visible to the blocked user.