Module tomerl_convert

Data Types

ast()

ast() = [{table, non_neg_integer(), key(), tomerl:section()} | {array_table, non_neg_integer(), key(), tomerl:section()}]

key()

key() = [binary()]

Function Index

do/1Convert the parse result to a combined single table.

Function Details

do/1

do(Ast::ast()) -> {ok, tomerl:section()} | {error, term()}

Convert the parse result to a combined single table


Generated by EDoc