(command.CommandList
  children: [
    (command.ShAssignment
      pairs: [
        (assign_pair
          lhs: (sh_lhs_expr.Name left:<Id.Lit_VarLike 'BOOST_VERSION='> name:BOOST_VERSION)
          op: assign_op.Equal
          rhs: {<1.65.1>}
          spids: [52]
        )
      ]
      redirects: []
    )
    (command.ShAssignment
      pairs: [
        (assign_pair
          lhs: 
            (sh_lhs_expr.Name
              left: <Id.Lit_VarLike 'BOOST_VERSION_UNDERSCORE='>
              name: BOOST_VERSION_UNDERSCORE
            )
          op: assign_op.Equal
          rhs: 
            {
              (braced_var_sub
                left: <Id.Left_DollarBrace '${'>
                token: <Id.VSub_Name BOOST_VERSION>
                var_name: BOOST_VERSION
                suffix_op: 
                  (suffix_op.PatSub
                    pat: {(word_part.EscapedLiteral token:<Id.Lit_EscapedChar '\\.'> ch:.)}
                    replace: {<_>}
                    replace_mode: Id.Lit_Slash
                    slash_tok: <Id.VOp2_Slash _>
                  )
                right: <Id.Right_DollarBrace '}'>
              )
            }
          spids: [55]
        )
      ]
      redirects: []
    )
    (C {<wget>} {<--no-check-certificate>} 
      {<https> <Id.Lit_Colon ':'> <'//dl.bintray.com/boostorg/release/'> 
        (${ Id.VSub_Name BOOST_VERSION) <'/source/boost_'> (${ Id.VSub_Name BOOST_VERSION_UNDERSCORE) <.tar.gz>
      } {<-O>} {<'/boost_'> (${ Id.VSub_Name BOOST_VERSION_UNDERSCORE) <.tar.gz>}
    )
    (C {<tar>} {<xf>} {<boost_> (${ Id.VSub_Name BOOST_VERSION_UNDERSCORE) <.tar.gz>})
    (C {<pushd>} {<'/boost_'> (${ Id.VSub_Name BOOST_VERSION_UNDERSCORE)})
    (C {<'./bootstrap.sh'>})
    (C {<'./bjam'>} {<Id.Lit_VarLike 'cxxflags='> <-fPIC>} {<Id.Lit_VarLike 'cflags='> <-fPIC>} 
      {<--prefix> <Id.Lit_Equals '='> <'/usr'>} {<--with-filesystem>} {<--with-date_time>} {<--with-system>} {<--with-regex>} {<install>}
    )
    (C {<popd>})
    (C {<rm>} {<-rf>} {<boost_> (${ Id.VSub_Name BOOST_VERSION_UNDERSCORE) <.tar.gz>} 
      {<boost_> (${ Id.VSub_Name BOOST_VERSION_UNDERSCORE)}
    )
  ]
)