action-parser


Vocabulary
peg.private

Definition
IN: peg.private

TUPLE: action-parser p1 quot ;


Methods
USING: accessors kernel peg peg.private ;

M: action-parser (compile)
[ p1>> compile-parser-quot ] [ quot>> ] bi
[ check-action ] curry compose ;