parse-def ( name/paren -- def )
Utility words used by locals parsing words

Next:parse-multi-def ( -- multi-def assoc )


Vocabulary
locals.parser

Inputs
name/parena string


Outputs
defa multi-def


Word description
Parses the lexical variable bindings following a :> token.

Definition