ebnf-foreign-not-found ( name -- * )


Vocabulary
peg.ebnf.private

Definition
IN: peg.ebnf.private

TUPLE: ebnf-foreign-not-found { name read-only } ;


USING: kernel ;

IN: peg.ebnf.private

: ebnf-foreign-not-found ( name -- * )
\ ebnf-foreign-not-found boa throw ;


Methods
USING: accessors peg.ebnf.private sequences summary ;

M: ebnf-foreign-not-found summary
name>> "Foreign word '" "' not found" surround ;