%% This file expects US input conventions.  It looks for patterns specifying
%% trope (cantorial diacritics), and transfers them to the proper
%% characters.
input:
       1;
output:
       1;
expressions:
%% Trope...
       `['`e'`t'`n'`a'`h'`t'`a'`]'     => 209
               ;
       `['`s'`e'`g'`o'`l'`]'   => 210
               ;
       `['`s'`h'`a'`l'`s'`h'`e'`l'`e'`t'`]'    => 211
               ;
       `['`z'`a'`q'`e'`f'`q'`a'`t'`a'`n'`]'    => 212
               ;
       `['`z'`a'`q'`e'`f'`g'`a'`d'`o'`l'`]'    => 213
               ;
       `['`t'`i'`p'`e'`h'`a'`]'        => 214
               ;
       `['`r'`e'`v'`i'`a'`]'   => 215
               ;
       `['`z'`a'`r'`q'`a'`]'   => 216
               ;
       `['`p'`a'`s'`h'`t'`a'`]'        => 217
               ;
       `['`y'`e'`t'`i'`v'`]'   => 218
               ;
       `['`t'`e'`v'`i'`r'`]'   => 219
               ;
       `['`g'`e'`r'`e'`s'`h'`]'        => 220
               ;
       `['`g'`e'`r'`e'`s'`h'`m'`u'`q'`d'`a'`m'`]'      => 221
               ;
       `['`g'`e'`r'`s'`h'`a'`y'`i'`m'`]'       => 222
               ;
       `['`q'`a'`r'`n'`e'`y'`p'`a'`r'`a'`]'    => 223
               ;
       `['`t'`e'`l'`i'`s'`h'`a'`g'`e'`d'`o'`l'`a'`]'   => 224
               ;
       `['`p'`a'`z'`e'`r'`]'   => 225
               ;
       `['`m'`u'`n'`a'`h'`]'   => 227
               ;
       `['`m'`a'`h'`a'`p'`a'`k'`h'`]'  => 228
               ;
       `['`m'`e'`r'`k'`h'`a'`]'        => 229
               ;
       `['`m'`e'`r'`h'`k'`h'`a'`k'`e'`f'`u'`l'`a'`]'   => 230
               ;
       `['`d'`a'`r'`g'`a'`]'   => 231
               ;
       `['`q'`a'`d'`m'`a'`]'   => 232
               ;
       `['`t'`e'`l'`i'`s'`h'`a'`q'`e'`t'`a'`n'`a'`]'   => 233
               ;
       `['`y'`e'`r'`a'`h'`b'`e'`n'`y'`o'`m'`o'`]'      => 234
               ;
       `['`o'`l'`e'`]' => 235
               ;
       `['`i'`l'`u'`y'`]'      => 236
               ;
       `['`d'`e'`h'`i'`]'      => 237
               ;
       `['`z'`i'`n'`o'`r'`]'   => 238
               ;
       `['`m'`a'`s'`o'`r'`a'`c'`i'`r'`c'`l'`e'`]'      => 239
               ;
%% Other stuff...
               .           => \1
                           ;