Function espr::parser::constant_decl [−][src]
pub fn constant_decl(input: &str) -> ParseResult<'_, Vec<Constant>>
Expand description
195 constant_decl = CONSTANT constant_body { constant_body } END_CONSTANT ;
.
pub fn constant_decl(input: &str) -> ParseResult<'_, Vec<Constant>>
195 constant_decl = CONSTANT constant_body { constant_body } END_CONSTANT ;
.