Packages

Business oriented language based on FEEL in Elixir.

Current section

Files

Jump to
feel_ex lib feel_ex parser expressions binary_op.ex
Raw

lib/feel_ex/parser/expressions/binary_op.ex

defmodule FeelEx.Expression.BinaryOp do
@moduledoc false
defstruct [:type, :left_tree, :right_tree]
end