peg.parsers: use splitting.

clean-linux-x86-32
John Benediktsson 2019-09-26 07:57:31 -07:00
parent 0150e4c303
commit e643afa168
1 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,9 @@
! Copyright (C) 2007, 2008 Chris Double, Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors kernel literals make math math.parser
math.ranges peg peg.private peg.search sequences strings unicode
USING: accessors fry kernel literals make math math.parser
math.ranges peg peg.private sequences splitting strings unicode
vectors ;
FROM: peg.search => replace ;
IN: peg.parsers
TUPLE: just-parser p1 ;