Table is now extra file. jens
\ table fomerly in search.fs
require hash.fs
\ table (case-sensitive wordlist)
: table-find ( addr len wordlist -- nfa / false )
>r 2dup r> bucket @ (tablefind) ;
Create tablesearch-map ( -- wordlist-map )
' table-find A, ' hash-reveal A, ' (rehash) A, ' (rehash) A,
: table ( -- wid )
\g create a case-sensitive wordlist
tablesearch-map mappedwordlist ;
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |