Fix peg issues with recent factor changes

db4
Chris Double 2008-01-13 22:31:31 +13:00 committed by Slava Pestov
parent ba0ecf3ce1
commit 240217f39e
2 changed files with 325 additions and 324 deletions

View File

@ -170,7 +170,7 @@ DEFER: 'choice'
[
get-parser [
swap , \ in , \ get , \ create ,
1quotation , \ define-compound ,
1quotation , \ define ,
] [
drop
] if*

View File

@ -1,6 +1,7 @@
! Copyright (C) 2007 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
USING: help.markup help.syntax peg ;
USING: help.markup help.syntax ;
IN: peg
HELP: parse
{ $values