factor/library/help/syntax.factor

14 lines
394 B
Factor
Raw Normal View History

! Copyright (C) 2005 2006 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
2005-12-23 02:21:01 -05:00
IN: !syntax
USING: arrays help kernel parser sequences syntax words ;
: HELP:
2006-01-06 02:04:42 -05:00
scan-word bootstrap-word dup [
>array unclip swap >r "stack-effect" set-word-prop r>
2005-12-28 20:25:17 -05:00
"help" set-word-prop
] f ; parsing
2005-12-23 02:21:01 -05:00
: ARTICLE:
[ >array [ first2 2 ] keep tail add-article ] f ; parsing