Parsing printer.sh
|
Line 60 of '/home/andy/git/wild/esoteric/mal/bash/printer.sh'
r="$(declare -f -p ${1})"
^~
Variable names must be constant strings, got (CompoundWord parts:[(BracedVarSub token:(token id:VSub_Number val:1 span_id:554) spids:[553555])])
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing commmand list in command sub
---
Line 60 of '/home/andy/git/wild/esoteric/mal/bash/printer.sh'
r="$(declare -f -p ${1})"
^~
Error reading command word
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
|
Translating printer.sh
|
Line 60 of '/home/andy/git/wild/esoteric/mal/bash/printer.sh'
r="$(declare -f -p ${1})"
^~
Variable names must be constant strings, got (CompoundWord parts:[(BracedVarSub token:(token id:VSub_Number val:1 span_id:554) spids:[553555])])
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing commmand list in command sub
---
Line 60 of '/home/andy/git/wild/esoteric/mal/bash/printer.sh'
r="$(declare -f -p ${1})"
^~
Error reading command word
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
|
Parsing reader.sh
|
Error compiling regex: Un-matched parenthesis group operators.
Line 121 of '/home/andy/git/wild/esoteric/mal/bash/reader.sh'
[[ "${str}" =~ ^^([][{}\(\)^@])|^(~@)|(\"(\\.|[^\\\"])*\")|^(;[^$'\n']*)|^([~\'\`])|^([^][ ~\`\'\";{}\(\)^@\,]+)|^[,]|^[[:space:]]+ ]]
^
Invalid regex: '^^([][{}()^@])|^(~@)|("(\\.|[^\\"])*")|^('
---
Line 121 of '/home/andy/git/wild/esoteric/mal/bash/reader.sh'
[[ "${str}" =~ ^^([][{}\(\)^@])|^(~@)|(\"(\\.|[^\\\"])*\")|^(;[^$'\n']*)|^([~\'\`])|^([^][ ~\`\'\";{}\(\)^@\,]+)|^[,]|^[[:space:]]+ ]]
^
Unexpected extra word (CompoundWord
parts: [
(LiteralPart token:(token id:Lit_Other val:"^" span_id:1255))
(LiteralPart token:(token id:Lit_Other val:"^" span_id:1256))
(LiteralPart token:(token id:Lit_Chars val:"(" span_id:1257))
(LiteralPart token:(token id:Lit_Other val:"[" span_id:1258))
(LiteralPart token:(token id:Lit_Other val:"]" span_id:1259))
(LiteralPart token:(token id:Lit_Other val:"[" span_id:1260))
(LiteralPart token:(token id:Lit_LBrace val:"{" span_id:1261))
(LiteralPart token:(token id:Lit_RBrace val:"}" span_id:1262))
(EscapedLiteralPart token:(token id:Lit_EscapedChar val:"\\(" span_id:1263))
(EscapedLiteralPart token:(token id:Lit_EscapedChar val:"\\)" span_id:1264))
(LiteralPart token:(token id:Lit_Other val:"^" span_id:1265))
(LiteralPart token:(token id:Lit_Other val:"@" span_id:1266))
(LiteralPart token:(token id:Lit_Other val:"]" span_id:1267))
(LiteralPart token:(token id:Lit_Chars val:")" span_id:1268))
(LiteralPart token:(token id:Lit_Chars val:"|" span_id:1269))
(LiteralPart token:(token id:Lit_Other val:"^" span_id:1270))
(LiteralPart token:(token id:Lit_Chars val:"(" span_id:1271))
(LiteralPart token:(token id:Lit_Tilde val:"~" span_id:1272))
(LiteralPart token:(token id:Lit_Other val:"@" span_id:1273))
(LiteralPart token:(token id:Lit_Chars val:")" span_id:1274))
(LiteralPart token:(token id:Lit_Chars val:"|" span_id:1275))
(LiteralPart token:(token id:Lit_Chars val:"(" span_id:1276))
(EscapedLiteralPart token:(token id:Lit_EscapedChar val:"\\\"" span_id:1277))
(LiteralPart token:(token id:Lit_Chars val:"(" span_id:1278))
(EscapedLiteralPart token:(token id:Lit_EscapedChar val:"\\\\" span_id:1279))
(LiteralPart token:(token id:Lit_Chars val:. span_id:1280))
(LiteralPart token:(token id:Lit_Chars val:"|" span_id:1281))
(LiteralPart token:(token id:Lit_Other val:"[" span_id:1282))
(LiteralPart token:(token id:Lit_Other val:"^" span_id:1283))
(EscapedLiteralPart token:(token id:Lit_EscapedChar val:"\\\\" span_id:1284))
(EscapedLiteralPart token:(token id:Lit_EscapedChar val:"\\\"" span_id:1285))
(LiteralPart token:(token id:Lit_Other val:"]" span_id:1286))
(LiteralPart token:(token id:Lit_Chars val:")" span_id:1287))
(LiteralPart token:(token id:Lit_Other val:"*" span_id:1288))
(EscapedLiteralPart token:(token id:Lit_EscapedChar val:"\\\"" span_id:1289))
(LiteralPart token:(token id:Lit_Chars val:")" span_id:1290))
(LiteralPart token:(token id:Lit_Chars val:"|" span_id:1291))
(LiteralPart token:(token id:Lit_Other val:"^" span_id:1292))
(LiteralPart token:(token id:Lit_Chars val:"(" span_id:1293))
]
)
---
Line 121 of '/home/andy/git/wild/esoteric/mal/bash/reader.sh'
[[ "${str}" =~ ^^([][{}\(\)^@])|^(~@)|(\"(\\.|[^\\\"])*\")|^(;[^$'\n']*)|^([~\'\`])|^([^][ ~\`\'\";{}\(\)^@\,]+)|^[,]|^[[:space:]]+ ]]
^~
Error parsing [[
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
|
Translating reader.sh
|
Error compiling regex: Un-matched parenthesis group operators.
Line 121 of '/home/andy/git/wild/esoteric/mal/bash/reader.sh'
[[ "${str}" =~ ^^([][{}\(\)^@])|^(~@)|(\"(\\.|[^\\\"])*\")|^(;[^$'\n']*)|^([~\'\`])|^([^][ ~\`\'\";{}\(\)^@\,]+)|^[,]|^[[:space:]]+ ]]
^
Invalid regex: '^^([][{}()^@])|^(~@)|("(\\.|[^\\"])*")|^('
---
Line 121 of '/home/andy/git/wild/esoteric/mal/bash/reader.sh'
[[ "${str}" =~ ^^([][{}\(\)^@])|^(~@)|(\"(\\.|[^\\\"])*\")|^(;[^$'\n']*)|^([~\'\`])|^([^][ ~\`\'\";{}\(\)^@\,]+)|^[,]|^[[:space:]]+ ]]
^
Unexpected extra word (CompoundWord
parts: [
(LiteralPart token:(token id:Lit_Other val:"^" span_id:1255))
(LiteralPart token:(token id:Lit_Other val:"^" span_id:1256))
(LiteralPart token:(token id:Lit_Chars val:"(" span_id:1257))
(LiteralPart token:(token id:Lit_Other val:"[" span_id:1258))
(LiteralPart token:(token id:Lit_Other val:"]" span_id:1259))
(LiteralPart token:(token id:Lit_Other val:"[" span_id:1260))
(LiteralPart token:(token id:Lit_LBrace val:"{" span_id:1261))
(LiteralPart token:(token id:Lit_RBrace val:"}" span_id:1262))
(EscapedLiteralPart token:(token id:Lit_EscapedChar val:"\\(" span_id:1263))
(EscapedLiteralPart token:(token id:Lit_EscapedChar val:"\\)" span_id:1264))
(LiteralPart token:(token id:Lit_Other val:"^" span_id:1265))
(LiteralPart token:(token id:Lit_Other val:"@" span_id:1266))
(LiteralPart token:(token id:Lit_Other val:"]" span_id:1267))
(LiteralPart token:(token id:Lit_Chars val:")" span_id:1268))
(LiteralPart token:(token id:Lit_Chars val:"|" span_id:1269))
(LiteralPart token:(token id:Lit_Other val:"^" span_id:1270))
(LiteralPart token:(token id:Lit_Chars val:"(" span_id:1271))
(LiteralPart token:(token id:Lit_Tilde val:"~" span_id:1272))
(LiteralPart token:(token id:Lit_Other val:"@" span_id:1273))
(LiteralPart token:(token id:Lit_Chars val:")" span_id:1274))
(LiteralPart token:(token id:Lit_Chars val:"|" span_id:1275))
(LiteralPart token:(token id:Lit_Chars val:"(" span_id:1276))
(EscapedLiteralPart token:(token id:Lit_EscapedChar val:"\\\"" span_id:1277))
(LiteralPart token:(token id:Lit_Chars val:"(" span_id:1278))
(EscapedLiteralPart token:(token id:Lit_EscapedChar val:"\\\\" span_id:1279))
(LiteralPart token:(token id:Lit_Chars val:. span_id:1280))
(LiteralPart token:(token id:Lit_Chars val:"|" span_id:1281))
(LiteralPart token:(token id:Lit_Other val:"[" span_id:1282))
(LiteralPart token:(token id:Lit_Other val:"^" span_id:1283))
(EscapedLiteralPart token:(token id:Lit_EscapedChar val:"\\\\" span_id:1284))
(EscapedLiteralPart token:(token id:Lit_EscapedChar val:"\\\"" span_id:1285))
(LiteralPart token:(token id:Lit_Other val:"]" span_id:1286))
(LiteralPart token:(token id:Lit_Chars val:")" span_id:1287))
(LiteralPart token:(token id:Lit_Other val:"*" span_id:1288))
(EscapedLiteralPart token:(token id:Lit_EscapedChar val:"\\\"" span_id:1289))
(LiteralPart token:(token id:Lit_Chars val:")" span_id:1290))
(LiteralPart token:(token id:Lit_Chars val:"|" span_id:1291))
(LiteralPart token:(token id:Lit_Other val:"^" span_id:1292))
(LiteralPart token:(token id:Lit_Chars val:"(" span_id:1293))
]
)
---
Line 121 of '/home/andy/git/wild/esoteric/mal/bash/reader.sh'
[[ "${str}" =~ ^^([][{}\(\)^@])|^(~@)|(\"(\\.|[^\\\"])*\")|^(;[^$'\n']*)|^([~\'\`])|^([^][ ~\`\'\";{}\(\)^@\,]+)|^[,]|^[[:space:]]+ ]]
^~
Error parsing [[
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
|
Parsing types.sh
|
Line 219 of '/home/andy/git/wild/esoteric/mal/bash/types.sh'
declare -A -g ${obj}; eval "${obj}=()"
^~
Variable names must be constant strings, got (CompoundWord
parts: [(BracedVarSub token:(token id:VSub_Name val:obj span_id:1906) spids:[19051907])]
)
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
|
Translating types.sh
|
Line 219 of '/home/andy/git/wild/esoteric/mal/bash/types.sh'
declare -A -g ${obj}; eval "${obj}=()"
^~
Variable names must be constant strings, got (CompoundWord
parts: [(BracedVarSub token:(token id:VSub_Name val:obj span_id:1906) spids:[19051907])]
)
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
|
Parsing core.sh
|
Line 145 of '/home/andy/git/wild/esoteric/mal/bash/core.sh'
declare -A -g ${obj}
^~
Variable names must be constant strings, got (CompoundWord
parts: [(BracedVarSub token:(token id:VSub_Name val:obj span_id:1690) spids:[16891691])]
)
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
|
Translating core.sh
|
Line 145 of '/home/andy/git/wild/esoteric/mal/bash/core.sh'
declare -A -g ${obj}
^~
Variable names must be constant strings, got (CompoundWord
parts: [(BracedVarSub token:(token id:VSub_Name val:obj span_id:1690) spids:[16891691])]
)
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
Line 0 of '<unknown>'
<no position info for token>
Error parsing AndOr in ParseCommandTerm
---
|