factor/basis/unicode/script/script.factor

12 lines
292 B
Factor
Raw Normal View History

2008-10-05 19:36:56 -04:00
! Copyright (C) 2008 Daniel Ehrenberg.
! See http://factorcode.org/license.txt for BSD license.
USING: interval-maps namespaces parser simple-flat-file
words.constant ;
2008-05-05 00:33:54 -04:00
IN: unicode.script
<<
"script-table" create-word-in
2019-06-22 10:47:07 -04:00
"vocab:unicode/UCD/Scripts.txt" load-interval-file
define-constant
>>