home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
util
/
mayflower.lha
/
MayFlower
/
Dissect
/
dissect.tokens
< prev
next >
Wrap
Text File
|
1992-12-22
|
985b
|
23 lines
; Dissect must find the following word "Dissect.tokens" in the first
; line of the [tokenfile] else Dissect will fail & complain.
;
; This file, which contains token indicators, is to be used with the
; Dissect program. This file should give you an understanding of how to
; prepare your own token (word) indicator files.
;
; The numbers in the next few lines tell Dissect to detect all of the
; letters of the alphabet.
;
65-90 ; detect A through Z (upper case), range in decimal format
97-122 ; detect a through z (lower case), range in decimal format
;
; The DASH "-" symbol in above lines is for indicating a range of numbers
; and must not have any spaces between it and the numbers or Dissect will
; misread it.
;
; The hexidecimal format for the above lines would be h41-h5A, h61-h7A and
; either format (hex or decimal) may be used or mixed.
;
h2D ; let us detect the DASH symbol as part of a token (word)
h27 ; let us detect the APOSTROPHE symbol as part of a token (word)