backticks: remove workaround for simple-tokenizer bug.
parent
a30c0c0946
commit
db1485b8bf
|
@ -1,10 +1,9 @@
|
||||||
! Copyright (C) 2015 John Benediktsson
|
! Copyright (C) 2015 John Benediktsson
|
||||||
! See http://factorcode.org/license.txt for BSD license
|
! See http://factorcode.org/license.txt for BSD license
|
||||||
USING: fry io io.encodings.utf8 io.launcher multiline sequences
|
USING: fry io io.encodings.utf8 io.launcher multiline sequences ;
|
||||||
unicode.categories ;
|
|
||||||
IN: backticks
|
IN: backticks
|
||||||
|
|
||||||
SYNTAX: `
|
SYNTAX: `
|
||||||
"`" parse-multiline-string [ blank? ] trim
|
"`" parse-multiline-string
|
||||||
'[ _ utf8 [ contents ] with-process-reader ]
|
'[ _ utf8 [ contents ] with-process-reader ]
|
||||||
append! ;
|
append! ;
|
||||||
|
|
Loading…
Reference in New Issue