diff --git a/extra/peg/peg.factor b/extra/peg/peg.factor index 44a762cec2..dd0b11fce3 100755 --- a/extra/peg/peg.factor +++ b/extra/peg/peg.factor @@ -25,7 +25,7 @@ GENERIC: (compile) ( parser -- quot ) quot c [ drop H{ } clone ] cache [ drop input quot call - ] cache* ; inline + ] cache ; inline : run-parser ( input quot -- result ) #! If a packrat cache is available, use memoization for