oilshell.org

Side By Side Lines Parsed? Parse Process Time (secs) Internal Parse Time (secs) Parsed Lines/sec Translated? Filename
view 2,698 OK 4.79 4.79 563.3 FAIL Build.sh
view 1 OK 0.07 0.07 14.3 OK foo.sh
view 25 OK 1.56 1.56 16.0 OK Rebuild.sh
view 85 FAIL 0.09 - - FAIL test.sh

stderr

Parsing test.sh
        Line 8 of '/home/andy/src/mksh/test.sh'
  while getopts "C:e:fPp:QSs:t:v" ch; do case $ch {
                                                  ^
Expected word type KW_In, got (CompoundWord parts:[(LiteralPart token:(token id:Lit_LBrace val:"{" span_id:93))])
---
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 test.sh
        Line 8 of '/home/andy/src/mksh/test.sh'
  while getopts "C:e:fPp:QSs:t:v" ch; do case $ch {
                                                  ^
Expected word type KW_In, got (CompoundWord parts:[(LiteralPart token:(token id:Lit_LBrace val:"{" span_id:93))])
---
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 Build.sh
        Traceback (most recent call last):
  File "bin/osh", line 469, in <module>
    main(sys.argv)
  File "bin/osh", line 452, in main
    sys.exit(OilMain(argv))
  File "bin/osh", line 435, in OilMain
    status = OshMain(main_argv, login_shell)
  File "bin/osh", line 350, in OshMain
    osh2oil.PrintAsOil(arena, node, opts.debug_spans)
  File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 69, in PrintAsOil
    fixer.DoCommand(node, None, at_top_level=True)  # no local symbols yet
  File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 473, in DoCommand
    self.DoCommand(child, local_symbols)
  File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 632, in DoCommand
    self.DoCommand(child, new_local_symbols)
  File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 536, in DoCommand
    self.DoRedirect(r, local_symbols)
  File "/home/andy/git/oil/bin/../tools/osh2oil.py", line 270, in DoRedirect
    raise NotImplementedError(node.__class__.__name__)
NotImplementedError: HereDoc