Merge commit 'origin/master' into emacs
commit
d214b5f744
|
@ -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
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue