simple-flat-file: update docs for data change.

char-rename
John Benediktsson 2017-02-02 16:45:56 -08:00
parent 7e9cd45624
commit 3af10f3366
1 changed files with 2 additions and 2 deletions

View File

@ -10,14 +10,14 @@ ARTICLE: "simple-flat-file" "Parsing simple flat files"
{ $subsections
flat-file>biassoc
load-interval-file
data
load-data-file
} ;
HELP: load-interval-file
{ $values { "filename" string } { "table" "an interval map" } }
{ $description "This loads a file that looks like Script.txt in the Unicode Character Database and converts it into an efficient interval map, where the keys are characters and the values are strings for the properties." } ;
HELP: data
HELP: load-data-file
{ $values { "filename" string } { "data" array } }
{ $description "This loads a file that's delineated by semicolons and lines, returning an array of lines, where each line is an array split by the semicolons, with whitespace trimmed off." } ;