tcl-js
Version:
tcl-js is a tcl intepreter written completely in Typescript. It is meant to replicate the tcl-sh interpreter as closely as possible.
23 lines • 428 B
JSON
{
"commands": [
{
"command": "lindex",
"args": [
{
"value": "$foo",
"hasVariable": true,
"hasSubExpr": true,
"stopBackslash": false
},
{
"value": "2",
"hasVariable": false,
"hasSubExpr": false,
"stopBackslash": false
}
],
"source": "lindex $foo 2",
"sourceLocation": 0
}
]
}