load-codetable-file ( filename -- biassoc )
Parsing simple flat files

Next:load-interval-file ( filename -- table )


Vocabulary
simple-flat-file

Inputs
filenamea string


Outputs
biassoca biassoc


Word description
This loads a flat file, in the form that many encoding resource files are in, with two columns of numeric data in hex, and returns a biassoc associating them.

Definition