moved a subset of source file to the kern package

This commit is contained in:
2026-04-27 19:43:37 +02:00
parent f100adead3
commit 4d910dd069
107 changed files with 2080 additions and 1380 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ func TestGetChildrenCount(t *testing.T) {
tree := NewAst()
if gotErr := tree.addTokens(tk1); gotErr == nil {
t.Log("Tree-root children count:", tree.root.getChildrenCount())
t.Log("Tree-root children count:", tree.root.GetChildCount())
} else {
t.Errorf("err: got <%v>, want <nil>", gotErr)
}