Various additions and improvements

This commit is contained in:
2025-03-15 21:04:45 -04:00
parent 7f21e5baa7
commit 505b968c60
31 changed files with 1421 additions and 341 deletions

View File

@@ -24,7 +24,7 @@ expression: nodes
source: "echo hello world",
},
flags: TkFlags(
IS_CMD,
IS_CMD | BUILTIN,
),
},
Tk {
@@ -67,7 +67,7 @@ expression: nodes
source: "echo hello world",
},
flags: TkFlags(
IS_CMD,
IS_CMD | BUILTIN,
),
},
Tk {
@@ -113,7 +113,7 @@ expression: nodes
source: "echo hello world",
},
flags: TkFlags(
IS_CMD,
IS_CMD | BUILTIN,
),
},
Tk {
@@ -160,7 +160,7 @@ expression: nodes
source: "echo hello world",
},
flags: TkFlags(
IS_CMD,
IS_CMD | BUILTIN,
),
},
Tk {