Fix peg issues with recent factor changes
parent
ba0ecf3ce1
commit
240217f39e
|
@ -170,7 +170,7 @@ DEFER: 'choice'
|
||||||
[
|
[
|
||||||
get-parser [
|
get-parser [
|
||||||
swap , \ in , \ get , \ create ,
|
swap , \ in , \ get , \ create ,
|
||||||
1quotation , \ define-compound ,
|
1quotation , \ define ,
|
||||||
] [
|
] [
|
||||||
drop
|
drop
|
||||||
] if*
|
] if*
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
! Copyright (C) 2007 Chris Double.
|
! Copyright (C) 2007 Chris Double.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: help.markup help.syntax peg ;
|
USING: help.markup help.syntax ;
|
||||||
|
IN: peg
|
||||||
|
|
||||||
HELP: parse
|
HELP: parse
|
||||||
{ $values
|
{ $values
|
||||||
|
|
Loading…
Reference in New Issue