Merge branch 'master' of git://factorcode.org/git/factor

db4
John Benediktsson 2008-12-23 07:12:50 -08:00
commit d49cab4889
2 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,5 @@
USING: kernel multiline parser sequences splitting help.markup ; USING: kernel multiline parser sequences splitting grouping help.markup ;
IN: easy-help IN: easy-help
@ -46,3 +46,16 @@ IN: easy-help
parsed parsed
; parsing ; parsing
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
: Values:
".." parse-multiline-string
" \n" split
[ "" = not ] filter
2 group
\ $values prefix
parsed
; parsing

View File

@ -12,6 +12,8 @@ DEFER: size-of
HELP: size-of HELP: size-of
Values: HEADERS sequence TYPE string n integer ..
Description: Description:
Use 'size-of' to find out the size in bytes of a C type. Use 'size-of' to find out the size in bytes of a C type.