CanvasNative v1.0.3 CanvasNative.V0.Parser behaviour

Parses a string into a list of maps representing parsed lines.

Summary

Functions

Get the order of types as they should be parsed

Return a function that tries to match against a type module for line using the given function name

Functions

parse_order()

Get the order of types as they should be parsed.

try_match(args, func_name)

Specs

try_match([any], atom) :: (module, nil -> {:halt, map} | {:cont, nil})

Return a function that tries to match against a type module for line using the given function name.

Callbacks

parse(arg0)

Specs

parse(String.t) :: [map]