Fix usage of cache in pegs

db4
Chris Double 2008-03-27 12:58:53 +13:00
parent 5986ccd47a
commit c0f4e37427
1 changed files with 1 additions and 1 deletions

View File

@ -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