JustBash.AST.Statement (JustBash v0.3.0)
View SourceA statement is a list of pipelines connected by && or ||
Summary
Types
@type operator() :: :and | :or | :semi
@type t() :: %JustBash.AST.Statement{ background: boolean(), operators: [operator()], pipelines: [JustBash.AST.Pipeline.t()] }