Slime.Parser.Transform (jgy_slime v1.3.0) View Source

PEG parser callbacks module. Define transformations from parsed iolist to ast. See https://github.com/seancribbs/neotoma/wiki#working-with-the-ast

Link to this section Summary

Link to this section Types

Specs

ast() :: term()

Specs

index() :: {{:line, non_neg_integer()}, {:column, non_neg_integer()}}

Link to this section Functions

Link to this function

expand_shortcut(spec, value)

View Source
Link to this function

expand_tag_shortcut(tag)

View Source
Link to this function

transform(arg1, input, index)

View Source

Specs

transform(atom(), iolist(), index()) :: ast()