cfunction
src/core/peg.c on line 1629, column 1
(peg/compile peg)
Compiles a peg source data structure into a <core/peg>. This will
speed up matching if the same peg will be used multiple times. Will
also use `(dyn :peg-grammar)` to suppliment the grammar of the peg
for otherwise undefined peg keywords.