diff --git a/basis/farkup/farkup-tests.factor b/basis/farkup/farkup-tests.factor
index 246da48b32..cc379810ac 100644
--- a/basis/farkup/farkup-tests.factor
+++ b/basis/farkup/farkup-tests.factor
@@ -20,50 +20,50 @@ link-no-follow? off
] unit-test
[ "
a-b
" ] [ "a-b" convert-farkup ] unit-test
-[ "*foo\nbar\n
" ] [ "*foo\nbar\n" convert-farkup ] unit-test
+[ "foo
bar
" ] [ "*foo\nbar\n" convert-farkup ] unit-test
[ "Wow!
" ] [ "*Wow!*" convert-farkup ] unit-test
[ "Wow.
" ] [ "_Wow._" convert-farkup ] unit-test
-[ "*
" ] [ "*" convert-farkup ] unit-test
+[ "
" ] [ "*" convert-farkup ] unit-test
[ "*
" ] [ "\\*" convert-farkup ] unit-test
-[ "**
" ] [ "\\**" convert-farkup ] unit-test
+[ "*
" ] [ "\\**" convert-farkup ] unit-test
[ "" ] [ "-a-b" convert-farkup ] unit-test
[ "" ] [ "-foo" convert-farkup ] unit-test
-[ "" ] [ "-foo\n" convert-farkup ] unit-test
-[ "" ] [ "-foo\n-bar" convert-farkup ] unit-test
-[ "" ] [ "-foo\n-bar\n" convert-farkup ] unit-test
+[ "" ] [ "-foo\n" convert-farkup ] unit-test
+[ "" ] [ "-foo\n-bar" convert-farkup ] unit-test
+[ "" ] [ "-foo\n-bar\n" convert-farkup ] unit-test
-[ "bar\n
" ] [ "-foo\nbar\n" convert-farkup ] unit-test
+[ "bar
" ] [ "-foo\nbar\n" convert-farkup ] unit-test
[ "- a-b
" ] [ "#a-b" convert-farkup ] unit-test
[ "- foo
" ] [ "#foo" convert-farkup ] unit-test
-[ "- foo
\n
" ] [ "#foo\n" convert-farkup ] unit-test
-[ "- foo
\n- bar
" ] [ "#foo\n#bar" convert-farkup ] unit-test
-[ "- foo
\n- bar
\n
" ] [ "#foo\n#bar\n" convert-farkup ] unit-test
+[ "- foo
" ] [ "#foo\n" convert-farkup ] unit-test
+[ "- foo
- bar
" ] [ "#foo\n#bar" convert-farkup ] unit-test
+[ "- foo
- bar
" ] [ "#foo\n#bar\n" convert-farkup ] unit-test
-[ "- foo
\n
bar\n
" ] [ "#foo\nbar\n" convert-farkup ] unit-test
+[ "- foo
bar
" ] [ "#foo\nbar\n" convert-farkup ] unit-test
-[ "\n\n" ] [ "\n\n" convert-farkup ] unit-test
-[ "\n\n" ] [ "\r\n\r\n" convert-farkup ] unit-test
-[ "\n\n\n\n" ] [ "\r\r\r\r" convert-farkup ] unit-test
-[ "\n\n\n" ] [ "\r\r\r" convert-farkup ] unit-test
-[ "\n\n\n" ] [ "\n\n\n" convert-farkup ] unit-test
-[ "foo\n
bar
" ] [ "foo\n\nbar" convert-farkup ] unit-test
-[ "foo\n
bar
" ] [ "foo\r\n\r\nbar" convert-farkup ] unit-test
-[ "foo\n
bar
" ] [ "foo\r\rbar" convert-farkup ] unit-test
-[ "foo\n
bar
" ] [ "foo\r\r\nbar" convert-farkup ] unit-test
+[ "" ] [ "\n\n" convert-farkup ] unit-test
+[ "" ] [ "\r\n\r\n" convert-farkup ] unit-test
+[ "" ] [ "\r\r\r\r" convert-farkup ] unit-test
+[ "" ] [ "\r\r\r" convert-farkup ] unit-test
+[ "" ] [ "\n\n\n" convert-farkup ] unit-test
+[ "foo
bar
" ] [ "foo\n\nbar" convert-farkup ] unit-test
+[ "foo
bar
" ] [ "foo\r\n\r\nbar" convert-farkup ] unit-test
+[ "foo
bar
" ] [ "foo\r\rbar" convert-farkup ] unit-test
+[ "foo
bar
" ] [ "foo\r\r\nbar" convert-farkup ] unit-test
-[ "\nbar\n
" ] [ "\nbar\n" convert-farkup ] unit-test
-[ "\nbar\n
" ] [ "\rbar\r" convert-farkup ] unit-test
-[ "\nbar\n
" ] [ "\r\nbar\r\n" convert-farkup ] unit-test
+[ "bar
" ] [ "\nbar\n" convert-farkup ] unit-test
+[ "bar
" ] [ "\rbar\r" convert-farkup ] unit-test
+[ "bar
" ] [ "\r\nbar\r\n" convert-farkup ] unit-test
-[ "foo\n
bar
" ] [ "foo\n\n\nbar" convert-farkup ] unit-test
+[ "foo
bar
" ] [ "foo\n\n\nbar" convert-farkup ] unit-test
[ "" ] [ "" convert-farkup ] unit-test
-[ "|a
" ]
+[ "" ]
[ "|a" convert-farkup ] unit-test
[ "" ]
@@ -78,24 +78,24 @@ link-no-follow? off
[ "" ]
[ "|a|b|\n|c|d|\n" convert-farkup ] unit-test
-[ "foo\n
aheading
\nadfasd
" ]
+[ "foo
aheading
adfasd
" ]
[ "*foo*\n=aheading=\nadfasd" convert-farkup ] unit-test
-[ "foo
\n" ] [ "=foo=\n" convert-farkup ] unit-test
-[ "lol
foo
\n" ] [ "lol=foo=\n" convert-farkup ] unit-test
-[ "=foo\n
" ] [ "=foo\n" convert-farkup ] unit-test
+[ "foo
" ] [ "=foo=\n" convert-farkup ] unit-test
+[ "lol=foo=
" ] [ "lol=foo=\n" convert-farkup ] unit-test
+[ "=foo
" ] [ "=foo\n" convert-farkup ] unit-test
[ "=foo
" ] [ "=foo" convert-farkup ] unit-test
[ "==foo
" ] [ "==foo" convert-farkup ] unit-test
-[ "=
foo
" ] [ "==foo=" convert-farkup ] unit-test
+[ "foo
" ] [ "==foo=" convert-farkup ] unit-test
[ "foo
" ] [ "==foo==" convert-farkup ] unit-test
[ "foo
" ] [ "==foo==" convert-farkup ] unit-test
-[ "=
foo
" ] [ "===foo==" convert-farkup ] unit-test
-[ "foo
=
" ] [ "=foo==" convert-farkup ] unit-test
+[ "foo
" ] [ "===foo==" convert-farkup ] unit-test
+[ "foo
" ] [ "=foo==" convert-farkup ] unit-test
[ "int main()
" ]
[ "[c{int main()}]" convert-farkup ] unit-test
-[ "
" ] [ "[[image:lol.jpg]]" convert-farkup ] unit-test
+[ "
" ] [ "[[image:lol.jpg]]" convert-farkup ] unit-test
[ "
" ] [ "[[image:lol.jpg|teh lol]]" convert-farkup ] unit-test
[ "http://lol.com
" ] [ "[[http://lol.com]]" convert-farkup ] unit-test
[ "haha
" ] [ "[[http://lol.com|haha]]" convert-farkup ] unit-test
@@ -111,11 +111,11 @@ link-no-follow? off
[ "hello
" ] [ "[{hello}]" convert-farkup ] unit-test
[
- "Feature comparison:\n
a | Factor | Java | Lisp |
Coolness | Yes | No | No |
Badass | Yes | No | No |
Enterprise | Yes | Yes | No |
Kosher | Yes | No | Yes |
"
+ "Feature comparison:
a | Factor | Java | Lisp |
Coolness | Yes | No | No |
Badass | Yes | No | No |
Enterprise | Yes | Yes | No |
Kosher | Yes | No | Yes |
"
] [ "Feature comparison:\n|a|Factor|Java|Lisp|\n|Coolness|Yes|No|No|\n|Badass|Yes|No|No|\n|Enterprise|Yes|Yes|No|\n|Kosher|Yes|No|Yes|\n" convert-farkup ] unit-test
[
- "Feature comparison:\n
a | Factor | Java | Lisp |
Coolness | Yes | No | No |
Badass | Yes | No | No |
Enterprise | Yes | Yes | No |
Kosher | Yes | No | Yes |
"
+ "Feature comparison:
a | Factor | Java | Lisp |
Coolness | Yes | No | No |
Badass | Yes | No | No |
Enterprise | Yes | Yes | No |
Kosher | Yes | No | Yes |
"
] [ "Feature comparison:\n\n|a|Factor|Java|Lisp|\n|Coolness|Yes|No|No|\n|Badass|Yes|No|No|\n|Enterprise|Yes|Yes|No|\n|Kosher|Yes|No|Yes|\n" convert-farkup ] unit-test
[
@@ -131,33 +131,33 @@ link-no-follow? off
[ "<foo>
" ] [ "" convert-farkup ] unit-test
-[ "asdf\n
" ] [ "asdf\n-lol\n-haha" convert-farkup ] unit-test
+[ "asdf
" ] [ "asdf\n-lol\n-haha" convert-farkup ] unit-test
-[ "asdf\n
" ]
+[ "asdf
" ]
[ "asdf\n\n-lol\n-haha" convert-farkup ] unit-test
[ "
" ] [ "___" convert-farkup ] unit-test
-[ "
\n" ] [ "___\n" convert-farkup ] unit-test
+[ "
" ] [ "___\n" convert-farkup ] unit-test
-[ "before:\n
{ 1 2 3 } 1 tail
" ]
+[ "before:
{ 1 2 3 } 1 tail
" ]
[ "before:\n[factor{{ 1 2 3 } 1 tail}]" convert-farkup ] unit-test
[ "Factor-rific!
" ]
[ "[[Factor]]-rific!" convert-farkup ] unit-test
-[ "[ factor { 1 2 3 }]
" ]
+[ " 1 2 3
" ]
[ "[ factor { 1 2 3 }]" convert-farkup ] unit-test
-[ "paragraph\n
" ]
+[ "paragraph
" ]
[ "paragraph\n___" convert-farkup ] unit-test
-[ "paragraph\n a ___ b
" ]
+[ "paragraph
a b
" ]
[ "paragraph\n a ___ b" convert-farkup ] unit-test
-[ "\n
" ]
+[ "
" ]
[ "\n- a\n___" convert-farkup ] unit-test
-[ "hello_world how are you today?\n
- hello_world how are you today?
" ]
+[ "helloworld how are you today?
- helloworld how are you today?
" ]
[ "hello_world how are you today?\n- hello_world how are you today?" convert-farkup ] unit-test
: check-link-escaping ( string -- link )
@@ -168,3 +168,15 @@ link-no-follow? off
[ "" ] [ "[[]]" check-link-escaping ] unit-test
[ "&blah;" ] [ "[[&blah;]]" check-link-escaping ] unit-test
[ "C++" ] [ "[[C++]]" check-link-escaping ] unit-test
+
+[ "The important thing
" ] [ "=The _important_ thing=" convert-farkup ] unit-test
+[ "emphasized text
" ] [ "[[Foo|*emphasized* text]]" convert-farkup ] unit-test
+[ "" ]
+[ "|*bold*|_italics_|" convert-farkup ] unit-test
+[ "italicsboth
" ] [ "_italics*both" convert-farkup ] unit-test
+[ "italicsboth
" ] [ "_italics*both*" convert-farkup ] unit-test
+[ "italicsboth
" ] [ "_italics*both*_" convert-farkup ] unit-test
+[ "italicsboth
" ] [ "_italics*both_" convert-farkup ] unit-test
+[ "italicsbothafter
" ] [ "_italics*both_after*" convert-farkup ] unit-test
+[ "" ] [ "|foo\\|bar|" convert-farkup ] unit-test
+[ "" ] [ "\\" convert-farkup ] unit-test
diff --git a/basis/farkup/farkup.factor b/basis/farkup/farkup.factor
old mode 100755
new mode 100644
index 4041d92773..23a9023835
--- a/basis/farkup/farkup.factor
+++ b/basis/farkup/farkup.factor
@@ -1,10 +1,9 @@
-! Copyright (C) 2008 Doug Coleman.
+! Copyright (C) 2008, 2009 Doug Coleman, Daniel Ehrenberg.
! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays combinators io
-io.streams.string kernel math namespaces peg peg.ebnf
-sequences sequences.deep strings xml.entities xml.syntax
-vectors splitting xmode.code2html urls.encoding xml.data
-xml.writer ;
+USING: sequences kernel splitting lists fry accessors assocs math.order
+math combinators namespaces urls.encoding xml.syntax xmode.code2html
+xml.data arrays strings vectors xml.writer io.streams.string locals
+unicode.categories ;
IN: farkup
SYMBOL: relative-link-prefix
@@ -39,123 +38,174 @@ TUPLE: line-break ;
: simple-link-title ( string -- string' )
dup absolute-url? [ "/" split1-last swap or ] unless ;
-EBNF: parse-farkup
-nl = ("\r\n" | "\r" | "\n") => [[ drop "\n" ]]
-whitespace = " " | "\t" | nl
+! _foo*bar_baz*bing works like foo*barbazbing
+! I could support overlapping, but there's not a good use case for it.
-heading1 = "=" (!("=" | nl).)+ "="
- => [[ second >string heading1 boa ]]
+DEFER: (parse-paragraph)
-heading2 = "==" (!("=" | nl).)+ "=="
- => [[ second >string heading2 boa ]]
+: parse-paragraph ( string -- seq )
+ (parse-paragraph) list>array ;
-heading3 = "===" (!("=" | nl).)+ "==="
- => [[ second >string heading3 boa ]]
+: make-paragraph ( string -- paragraph )
+ parse-paragraph paragraph boa ;
-heading4 = "====" (!("=" | nl).)+ "===="
- => [[ second >string heading4 boa ]]
+: cut-half-slice ( string i -- before after-slice )
+ [ head ] [ 1+ short tail-slice ] 2bi ;
-heading = heading4 | heading3 | heading2 | heading1
+: find-cut ( string quot -- before after delimiter )
+ dupd find
+ [ [ cut-half-slice ] [ f ] if* ] dip ; inline
+: parse-delimiter ( string delimiter class -- paragraph )
+ [ '[ _ = ] find-cut drop ] dip
+ '[ parse-paragraph _ new swap >>child ]
+ [ (parse-paragraph) ] bi* cons ;
+: delimiter-class ( delimiter -- class )
+ H{
+ { CHAR: * strong }
+ { CHAR: _ emphasis }
+ { CHAR: ^ superscript }
+ { CHAR: ~ subscript }
+ { CHAR: % inline-code }
+ } at ;
-strong = "*" (!("*" | nl).)+ "*"
- => [[ second >string strong boa ]]
+: parse-link ( string -- paragraph-list )
+ rest-slice "]]" split1-slice [
+ "|" split1
+ [ "" like dup simple-link-title ] unless*
+ [ "image:" ?head ] dip swap [ image boa ] [ parse-paragraph link boa ] if
+ ] dip [ (parse-paragraph) cons ] when* ;
-emphasis = "_" (!("_" | nl).)+ "_"
- => [[ second >string emphasis boa ]]
+: ?first ( seq -- elt ) 0 swap ?nth ;
-superscript = "^" (!("^" | nl).)+ "^"
- => [[ second >string superscript boa ]]
+: parse-big-link ( before after -- link rest )
+ dup ?first CHAR: [ =
+ [ parse-link ]
+ [ [ CHAR: [ suffix ] [ (parse-paragraph) ] bi* ]
+ if ;
-subscript = "~" (!("~" | nl).)+ "~"
- => [[ second >string subscript boa ]]
+: escape ( before after -- before' after' )
+ [ nil ] [ unclip-slice swap [ suffix ] dip (parse-paragraph) ] if-empty ;
-inline-code = "%" (!("%" | nl).)+ "%"
- => [[ second >string inline-code boa ]]
+: (parse-paragraph) ( string -- list )
+ [ nil ] [
+ [ "*_^~%[\\" member? ] find-cut [
+ {
+ { CHAR: [ [ parse-big-link ] }
+ { CHAR: \\ [ escape ] }
+ [ dup delimiter-class parse-delimiter ]
+ } case cons
+ ] [ drop "" like 1list ] if*
+ ] if-empty ;
-link-content = (!("|"|"]").)+
- => [[ >string ]]
+: ( string -- state ) string-lines ;
+: look ( state i -- char ) swap first ?nth ;
+: done? ( state -- ? ) empty? ;
+: take-line ( state -- state' line ) unclip-slice ;
-image-link = "[[image:" link-content "|" link-content "]]"
- => [[ [ second >string ] [ fourth >string ] bi image boa ]]
- | "[[image:" link-content "]]"
- => [[ second >string f image boa ]]
+: take-lines ( state char -- state' lines )
+ dupd '[ ?first _ = not ] find drop
+ [ cut-slice ] [ f ] if* swap ;
-simple-link = "[[" link-content "]]"
- => [[ second >string dup simple-link-title link boa ]]
+:: (take-until) ( state delimiter accum -- string/f state' )
+ state empty? [ accum "\n" join f ] [
+ state unclip-slice :> first :> rest
+ first delimiter split1 :> after :> before
+ before accum push
+ after [
+ accum "\n" join
+ rest after prefix
+ ] [
+ rest delimiter accum (take-until)
+ ] if
+ ] if ;
-labeled-link = "[[" link-content "|" link-content "]]"
- => [[ [ second >string ] [ fourth >string ] bi link boa ]]
+: take-until ( state delimiter -- string/f state' )
+ V{ } clone (take-until) ;
-link = image-link | labeled-link | simple-link
+: count= ( string -- n )
+ dup [ [ CHAR: = = not ] find drop 0 or ] bi@ min ;
-escaped-char = "\" .
- => [[ second 1string ]]
+: trim= ( string -- string' )
+ [ CHAR: = = ] trim ;
-inline-tag = strong | emphasis | superscript | subscript | inline-code
- | link | escaped-char
+: make-heading ( string class -- heading )
+ [ trim= parse-paragraph ] dip boa ; inline
+: parse-heading ( state -- state' heading )
+ take-line dup count= {
+ { 0 [ make-paragraph ] }
+ { 1 [ heading1 make-heading ] }
+ { 2 [ heading2 make-heading ] }
+ { 3 [ heading3 make-heading ] }
+ { 4 [ heading4 make-heading ] }
+ [ drop heading4 make-heading ]
+ } case ;
+: trim-row ( seq -- seq' )
+ rest
+ dup peek empty? [ but-last ] when ;
-inline-delimiter = '*' | '_' | '^' | '~' | '%' | '\' | '['
+: ?peek ( seq -- elt/f )
+ [ f ] [ peek ] if-empty ;
-cell = (!(inline-delimiter | '|' | nl).)+
- => [[ >string ]]
-
-table-column = (list | cell | inline-tag | inline-delimiter ) '|'
- => [[ first ]]
-table-row = "|" (table-column)+
- => [[ second table-row boa ]]
-table = ((table-row nl => [[ first ]] )+ table-row? | table-row)
- => [[ table boa ]]
+: coalesce ( rows -- rows' )
+ V{ } clone [
+ '[
+ _ dup ?peek ?peek CHAR: \\ =
+ [ [ pop "|" rot 3append ] keep ] when
+ push
+ ] each
+ ] keep ;
-text = (!(nl | code | heading | inline-delimiter | table ).)+
- => [[ >string ]]
+: parse-table ( state -- state' table )
+ CHAR: | take-lines [
+ "|" split
+ trim-row
+ coalesce
+ [ parse-paragraph ] map
+ table-row boa
+ ] map table boa ;
-paragraph-nl-item = nl list
- | nl line
- | nl => [[ line-breaks? get [ drop line-break new ] when ]]
-paragraph-item = (table | code | text | inline-tag | inline-delimiter)+
-paragraph = ((paragraph-item paragraph-nl-item)+ nl+ => [[ first ]]
- | (paragraph-item paragraph-nl-item)+ paragraph-item?
- | paragraph-item)
- => [[ paragraph boa ]]
+: parse-line ( state -- state' item )
+ take-line dup "___" =
+ [ drop line new ] [ make-paragraph ] if ;
+: parse-list ( state char class -- state' list )
+ [
+ take-lines
+ [ rest parse-paragraph list-item boa ] map
+ ] dip boa ; inline
-list-item = (cell | inline-tag | inline-delimiter)*
+: parse-ul ( state -- state' ul )
+ CHAR: - unordered-list parse-list ;
-ordered-list-item = '#' list-item
- => [[ second list-item boa ]]
-ordered-list = ((ordered-list-item nl)+ ordered-list-item? | ordered-list-item)
- => [[ ordered-list boa ]]
+: parse-ol ( state -- state' ul )
+ CHAR: # ordered-list parse-list ;
-unordered-list-item = '-' list-item
- => [[ second list-item boa ]]
-unordered-list = ((unordered-list-item nl)+ unordered-list-item? | unordered-list-item)
- => [[ unordered-list boa ]]
+: parse-code ( state -- state' item )
+ dup 1 look CHAR: [ =
+ [ unclip-slice make-paragraph ] [
+ "{" take-until [ rest ] dip
+ "}]" take-until
+ [ code boa ] dip swap
+ ] if ;
-list = ordered-list | unordered-list
+: parse-item ( state -- state' item )
+ dup 0 look {
+ { CHAR: = [ parse-heading ] }
+ { CHAR: | [ parse-table ] }
+ { CHAR: _ [ parse-line ] }
+ { CHAR: - [ parse-ul ] }
+ { CHAR: # [ parse-ol ] }
+ { CHAR: [ [ parse-code ] }
+ { f [ rest-slice f ] }
+ [ drop take-line make-paragraph ]
+ } case ;
-
-line = '___'
- => [[ drop line new ]]
-
-
-named-code
- = '[' (!('{' | whitespace | '[').)+ '{' (!("}]").)+ "}]"
- => [[ [ second >string ] [ fourth >string ] bi code boa ]]
-
-simple-code
- = "[{" (!("}]").)+ "}]"
- => [[ second >string f swap code boa ]]
-
-code = named-code | simple-code
-
-
-stand-alone
- = (line | code | heading | list | table | paragraph | nl)*
-;EBNF
+: parse-farkup ( string -- farkup )
+ [ dup done? not ] [ parse-item ] produce nip sift ;
CONSTANT: invalid-url "javascript:alert('Invalid URL in farkup');"
@@ -168,19 +218,6 @@ CONSTANT: invalid-url "javascript:alert('Invalid URL in farkup');"
[ relative-link-prefix get prepend "" like url-encode ]
} cond ;
-: write-link ( href text -- xml )
- [ check-url link-no-follow? get "nofollow" and ] dip
- [XML rel=<->><-> XML] ;
-
-: write-image-link ( href text -- xml )
- disable-images? get [
- 2drop
- [XML Images are not allowed XML]
- ] [
- [ check-url ] [ f like ] bi*
- [XML
alt=<->/> XML]
- ] if ;
-
: render-code ( string mode -- xml )
[ string-lines ] dip htmlize-lines
[XML <->
XML] ;
@@ -206,11 +243,27 @@ M: ordered-list (write-farkup) "ol" farkup-inside ;
M: paragraph (write-farkup) "p" farkup-inside ;
M: table (write-farkup) "table" farkup-inside ;
+: write-link ( href text -- xml )
+ [ check-url link-no-follow? get "nofollow" and ] dip
+ [XML rel=<->><-> XML] ;
+
+: write-image-link ( href text -- xml )
+ disable-images? get [
+ 2drop
+ [XML Images are not allowed XML]
+ ] [
+ [ check-url ] [ f like ] bi*
+ [XML
alt=<->/> XML]
+ ] if ;
+
+: open-link ( link -- href text )
+ [ href>> ] [ text>> (write-farkup) ] bi ;
+
M: link (write-farkup)
- [ href>> ] [ text>> ] bi write-link ;
+ open-link write-link ;
M: image (write-farkup)
- [ href>> ] [ text>> ] bi write-image-link ;
+ open-link write-image-link ;
M: code (write-farkup)
[ string>> ] [ mode>> ] bi render-code ;
@@ -228,9 +281,7 @@ M: table-row (write-farkup)
M: string (write-farkup) ;
-M: vector (write-farkup) [ (write-farkup) ] map ;
-
-M: f (write-farkup) ;
+M: array (write-farkup) [ (write-farkup) ] map ;
: farkup>xml ( string -- xml )
parse-farkup (write-farkup) ;
@@ -240,3 +291,4 @@ M: f (write-farkup) ;
: convert-farkup ( string -- string' )
[ write-farkup ] with-string-writer ;
+