UBF(B) contract parser.
Parsing a UBF(B) contract is done via a compiler "parse transform" during the usual compilation of an Erlang source module.| make/0 | |
| make_lex/0 | |
| make_yecc/0 | |
| parse_transform/2 | |
| parse_transform_contract/2 | |
| preDefinedTypes/0 | |
| preDefinedTypesWithAttrs/0 | |
| preDefinedTypesWithoutAttrs/0 | |
| tags/1 | |
| tags/2 |
make() -> any()
make_lex() -> any()
make_yecc() -> any()
parse_transform(In, Opts) -> any()
parse_transform_contract(In, Contract) -> any()
preDefinedTypes() -> any()
preDefinedTypesWithAttrs() -> any()
preDefinedTypesWithoutAttrs() -> any()
tags(P1) -> any()
tags(P1, Imports) -> any()
Generated EDoc, $Id$