Skip to main content

include/molt@internal@parser@core_Building.hrl

-record(building, {
    kind :: molt@types:toml_kind(),
    children :: list(greenwood:element(molt@types:toml_kind())),
    trivia :: list(greenwood:token(molt@types:toml_kind())),
    trailing :: list(greenwood:token(molt@types:toml_kind()))
}).