ExGherkin v0.1.0 ExGherkin.Ast.Node View Source

Two types of tokens: SingleValueToken: {token, meta, value} MultipleValueToken: {token, meta, constituents}

                                  -> {:constituents, []}

meta: {:meta, {location, token_label, language}, type} {:meta, {location, token_label}, type} {:meta, {:none, :none}, type}

location: {

:location, { {:line, 11}, {:column, 1} }

}

token_label: {:token_label, "#"}

language: SingleValueToken