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
@@ -53,7 +53,7 @@ import (
func TestEvalString(t *testing.T) {
ctx := NewSimpleStore()
ctx := NewSimpleStoreWithoutGlobalContext()
ctx.SetVar("a", uint8(1))
ctx.SetVar("b", int8(2))
ctx.SetVar("f", 2.0)