class and kind types removed

This commit is contained in:
2024-04-09 05:32:50 +02:00
parent 9ac88bf446
commit 4d94a7ad59
18 changed files with 56 additions and 121 deletions
-2
View File
@@ -8,8 +8,6 @@ package expr
func newListTerm(args []*term) *term {
return &term{
tk: *NewToken(0, 0, SymList, "[]"),
class: classVar,
kind: kindUnknown,
parent: nil,
children: args,
position: posLeaf,