oilshell.org

Side By Side Lines Parsed? Parse Process Time (secs) Internal Parse Time (secs) Parsed Lines/sec Translated? Filename
view 420 FAIL 0.27 - - FAIL core.sh
view 80 OK 0.23 0.23 347.8 OK env.sh
view 104 FAIL 0.15 - - FAIL printer.sh
view 162 FAIL 0.24 - - FAIL reader.sh
view 20 OK 0.09 0.09 222.2 OK step0_repl.sh
view 43 OK 0.15 0.15 286.7 OK step1_read_print.sh
view 97 OK 0.33 0.33 293.9 OK step2_eval.sh
view 118 OK 0.4 0.4 295.0 OK step3_env.sh
view 143 OK 0.45 0.45 317.8 OK step4_if_fn_do.sh
view 162 OK 0.44 0.44 368.2 OK step5_tco.sh
view 175 OK 0.49 0.49 357.1 OK step6_file.sh
view 220 OK 0.52 0.52 423.1 OK step7_quote.sh
view 265 OK 0.66 0.66 401.5 OK step8_macros.sh
view 278 OK 0.66 0.66 421.2 OK step9_try.sh
view 290 OK 0.85 0.85 341.2 OK stepA_mal.sh
view 366 FAIL 0.32 - - FAIL types.sh

stderr

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
---