lists.factor: Added some vocab
parent
a38b3dfd83
commit
384f976deb
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2008 James Cash, Daniel Ehrenberg, Chris Double.
|
! Copyright (C) 2008 James Cash, Daniel Ehrenberg, Chris Double.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors combinators.short-circuit kernel locals math
|
USING: accessors combinators combinators.short-circuit kernel
|
||||||
parser sequences ;
|
lexer locals make math parser sequences words ;
|
||||||
IN: lists
|
IN: lists
|
||||||
|
|
||||||
! List Protocol
|
! List Protocol
|
||||||
|
|
Loading…
Reference in New Issue