term_block |
::= |
|
term_definition | term_block |
|
|
term_definition |
::= |
|
``term'' |
|
term_identifier |
|
``('' |
|
constant_term | variable_term | function_term |
|
``)'' |
|
``;'' |
constant_term |
::= |
|
type_identifier |
|
constant_value |
|
|
variable_term |
::= |
|
type_identifier |
|
variable_identifier |
|
|
function_term |
::= |
|
type_ identifier |
|
function_identifier |
|
``('' |
|
parameter_list |
|
``)'' |
|
function_contract |
|
|
parameter_list |
::= |
|
variable_term | ``,'' parameter_list |
|
|
|