LiveViewNative.SwiftUI.RulesHelpers (live_view_native_swiftui v0.2.0-beta.1)

Summary

Functions

Parses the given binary as helper_function.

Functions

Link to this function

helper_function(binary, opts \\ [])

@spec helper_function(binary(), keyword()) ::
  {:ok, [term()], rest, context, line, byte_offset}
  | {:error, reason, rest, context, line, byte_offset}
when line: {pos_integer(), byte_offset},
     byte_offset: pos_integer(),
     rest: binary(),
     reason: String.t(),
     context: map()

Parses the given binary as helper_function.

Returns {:ok, [token], rest, context, position, byte_offset} or {:error, reason, rest, context, line, byte_offset} where position describes the location of the helper_function (start position) as {line, offset_to_start_of_line}.

To column where the error occurred can be inferred from byte_offset - offset_to_start_of_line.

Options

  • :byte_offset - the byte offset for the whole binary, defaults to 0
  • :line - the line and the byte offset into that line, defaults to {1, byte_offset}
  • :context - the initial context value. It will be converted to a map
Link to this function

helper_function__0(rest, acc, stack, context, line, offset)

Link to this function

helper_function__1(rest, acc, stack, context, line, offset)

Link to this function

helper_function__2(rest, acc, stack, context, line, offset)

Link to this function

helper_function__3(rest, acc, stack, context, line, offset)

Link to this function

helper_function__4(rest, acc, stack, context, line, offset)

Link to this function

helper_function__5(rest, acc, stack, context, line, offset)

Link to this function

helper_function__6(rest, acc, stack, context, line, offset)

Link to this function

helper_function__7(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__8(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__9(rest, acc, stack, context, comb__line, comb__offset)

Link to this function

helper_function__10(rest, acc, stack, context, comb__line, comb__offset)

Link to this function

helper_function__11(rest, acc, stack, context, line, offset)

Link to this function

helper_function__12(rest, acc, stack, context, line, offset)

Link to this function

helper_function__13(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__14(rest, acc, list, context, line, offset)

Link to this function

helper_function__15(_, _, stack, _, _, _)

Link to this function

helper_function__16(rest, acc, stack, context, line, offset)

Link to this function

helper_function__17(rest, acc, stack, context, comb__line, comb__offset)

Link to this function

helper_function__18(rest, acc, stack, context, comb__line, comb__offset)

Link to this function

helper_function__19(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__20(rest, acc, stack, context, line, offset)

Link to this function

helper_function__21(rest, acc, list, context, line, offset)

Link to this function

helper_function__22(rest, acc, stack, context, line, offset)

Link to this function

helper_function__23(rest, acc, stack, context, line, offset)

Link to this function

helper_function__24(rest, acc, stack, context, line, offset)

Link to this function

helper_function__25(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__26(rest, acc, list, context, line, offset)

Link to this function

helper_function__27(_, _, stack, _, _, _)

Link to this function

helper_function__28(rest, acc, stack, context, line, offset)

Link to this function

helper_function__29(rest, acc, list, context, line, offset)

Link to this function

helper_function__30(rest, acc, stack, context, line, offset)

Link to this function

helper_function__31(rest, acc, stack, context, line, offset)

Link to this function

helper_function__32(rest, acc, stack, context, line, offset)

Link to this function

helper_function__33(rest, acc, stack, context, line, offset)

Link to this function

helper_function__34(rest, acc, stack, context, line, offset)

Link to this function

helper_function__35(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__36(rest, acc, stack, context, comb__line, comb__offset)

Link to this function

helper_function__37(rest, acc, stack, context, line, offset)

Link to this function

helper_function__38(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__39(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__40(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__41(rest, acc, list, context, line, offset)

Link to this function

helper_function__42(_, _, stack, _, _, _)

Link to this function

helper_function__43(rest, acc, stack, context, line, offset)

Link to this function

helper_function__44(rest, acc, stack, context, line, offset)

Link to this function

helper_function__45(rest, acc, stack, context, comb__line, comb__offset)

Link to this function

helper_function__46(rest, acc, stack, context, line, offset)

Link to this function

helper_function__47(rest, acc, stack, context, comb__line, comb__offset)

Link to this function

helper_function__48(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__49(rest, acc, stack, context, line, offset)

Link to this function

helper_function__50(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__51(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__52(rest, acc, list, context, line, offset)

Link to this function

helper_function__53(rest, acc, stack, context, line, offset)

Link to this function

helper_function__54(rest, acc, stack, context, line, offset)

Link to this function

helper_function__55(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__56(rest, acc, list, context, line, offset)

Link to this function

helper_function__57(_, _, stack, _, _, _)

Link to this function

helper_function__58(rest, acc, stack, context, line, offset)

Link to this function

helper_function__59(rest, acc, stack, context, comb__line, comb__offset)

Link to this function

helper_function__60(rest, acc, stack, context, comb__line, comb__offset)

Link to this function

helper_function__61(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__62(rest, acc, stack, context, line, offset)

Link to this function

helper_function__63(rest, acc, list, context, line, offset)

Link to this function

helper_function__64(rest, acc, stack, context, line, offset)

Link to this function

helper_function__65(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__66(rest, acc, stack, context, line, offset)

Link to this function

helper_function__67(rest, acc, stack, context, line, offset)

Link to this function

helper_function__68(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__69(rest, acc, list, context, line, offset)

Link to this function

helper_function__70(_, _, stack, _, _, _)

Link to this function

helper_function__71(rest, acc, stack, context, line, offset)

Link to this function

helper_function__72(rest, acc, stack, context, line, offset)

Link to this function

helper_function__73(rest, acc, stack, context, line, offset)

Link to this function

helper_function__74(rest, acc, stack, context, line, offset)

Link to this function

helper_function__75(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__76(rest, acc, stack, context, comb__line, comb__offset)

Link to this function

helper_function__77(rest, acc, stack, context, line, offset)

Link to this function

helper_function__78(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__79(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__80(rest, acc, list, context, line, offset)

Link to this function

helper_function__81(rest, acc, list, context, line, offset)

Link to this function

helper_function__82(_, _, stack, _, _, _)

Link to this function

helper_function__83(rest, acc, stack, context, comb__line, comb__offset)

Link to this function

helper_function__84(rest, acc, list, context, line, offset)

Link to this function

helper_function__85(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__86(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__87(rest, user_acc, list, context, line, offset)

Link to this function

helper_function__88(rest, acc, stack, context, line, offset)