cluster/gce/util.sh.txt cluster/gce/util.sh-err.txt cluster/gce/util.sh-AST.txt
Token {AS_OP_COLON ":"} can't be used in prefix position Error reading command word Word parse error in CommandParser ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm ParseDoGroup: failed to parse command line ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm ParseFunctionBody: failed to parse command list ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm
cluster/restore-from-backup.sh.txt cluster/restore-from-backup.sh-err.txt cluster/restore-from-backup.sh-AST.txt
ParseCommandTerm: Unexpected word {OP_PIPEAMP "|&"} Error parsing commmand list in command sub Error reading command word Word parse error in CommandParser ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm
cluster/vsphere/util.sh.txt cluster/vsphere/util.sh-err.txt cluster/vsphere/util.sh-AST.txt
Unexpected array literal: {[Array {[VarSub timeout] [LIT_CHARS /] [VarSub sleepstep]}]} ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm ParseFunctionBody: failed to parse command list ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm
examples/openshift-origin/create.sh.txt examples/openshift-origin/create.sh-err.txt examples/openshift-origin/create.sh-AST.txt
Unexpected extra word {OP_LPAREN "("} Error parsing [[ ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm ParseDoGroup: failed to parse command line ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm
hack/lib/golang.sh.txt hack/lib/golang.sh-err.txt hack/lib/golang.sh-AST.txt
Unexpected extra word {OP_LPAREN "("} Error parsing [[ ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm ParseDoGroup: failed to parse command line ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm ParseFunctionBody: failed to parse command list ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm
hack/lib/version.sh.txt hack/lib/version.sh-err.txt hack/lib/version.sh-AST.txt
Unexpected extra word {OP_LPAREN "("} Error parsing [[ ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm ParseFunctionBody: failed to parse command list ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm
hack/verify-bazel.sh.txt hack/verify-bazel.sh-err.txt hack/verify-bazel.sh-AST.txt
ParseCommandTerm: Unexpected word {OP_PIPEAMP "|&"} Error parsing commmand list in command sub Error reading command word Word parse error in CommandParser ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm ParseAndOr: ParsePipeline failed Error parsing AndOr in ParseCommandTerm
vendor/github.com/ugorji/go/codec/prebuild.sh.txt vendor/github.com/ugorji/go/codec/prebuild.sh-err.txt vendor/github.com/ugorji/go/codec/prebuild.sh-AST.txt
Traceback (most recent call last): File "/home/andy/git/oil/sketch/pysh.py", line 287, in sys.exit(main(sys.argv)) File "/home/andy/git/oil/sketch/pysh.py", line 261, in main node = c_parser.ParseFile() File "/home/andy/git/oil/sketch/cmd_parse.py", line 1487, in ParseFile node = self.ParseCommandTerm() File "/home/andy/git/oil/sketch/cmd_parse.py", line 1392, in ParseCommandTerm and_or = self.ParseAndOr() File "/home/andy/git/oil/sketch/cmd_parse.py", line 1264, in ParseAndOr left = self.ParsePipeline() File "/home/andy/git/oil/sketch/cmd_parse.py", line 1205, in ParsePipeline child = self.ParseCommand() File "/home/andy/git/oil/sketch/cmd_parse.py", line 1185, in ParseCommand return self.ParseFunctionDef() # f() { echo; } # function File "/home/andy/git/oil/sketch/cmd_parse.py", line 1029, in ParseFunctionDef body = self.ParseFunctionBody() File "/home/andy/git/oil/sketch/cmd_parse.py", line 996, in ParseFunctionBody node = self.ParseCommandList() File "/home/andy/git/oil/sketch/cmd_parse.py", line 1470, in ParseCommandList node = self.ParseCommandTerm() File "/home/andy/git/oil/sketch/cmd_parse.py", line 1392, in ParseCommandTerm and_or = self.ParseAndOr() File "/home/andy/git/oil/sketch/cmd_parse.py", line 1264, in ParseAndOr left = self.ParsePipeline() File "/home/andy/git/oil/sketch/cmd_parse.py", line 1205, in ParsePipeline child = self.ParseCommand() File "/home/andy/git/oil/sketch/cmd_parse.py", line 1167, in ParseCommand node = self.ParseCompoundCommand() File "/home/andy/git/oil/sketch/cmd_parse.py", line 981, in ParseCompoundCommand return self.ParseIf() File "/home/andy/git/oil/sketch/cmd_parse.py", line 933, in ParseIf cond = self.ParseCommandList() File "/home/andy/git/oil/sketch/cmd_parse.py", line 1470, in ParseCommandList node = self.ParseCommandTerm() File "/home/andy/git/oil/sketch/cmd_parse.py", line 1392, in ParseCommandTerm and_or = self.ParseAndOr() File "/home/andy/git/oil/sketch/cmd_parse.py", line 1264, in ParseAndOr left = self.ParsePipeline() File "/home/andy/git/oil/sketch/cmd_parse.py", line 1205, in ParsePipeline child = self.ParseCommand() File "/home/andy/git/oil/sketch/cmd_parse.py", line 1155, in ParseCommand node = self.ParseDBracket() File "/home/andy/git/oil/sketch/cmd_parse.py", line 1117, in ParseDBracket bnode = b_parser.Parse() File "/home/andy/git/oil/sketch/bool_parse.py", line 122, in Parse node = self.ParseExpr() File "/home/andy/git/oil/sketch/bool_parse.py", line 154, in ParseExpr self._Next() File "/home/andy/git/oil/sketch/bool_parse.py", line 105, in _Next self.btype = self.cur_word.BType() File "/home/andy/git/oil/sketch/word.py", line 854, in BType raise AssertionError(self.token) AssertionError: