7 static Keyword_ent the_key_tab
[]={
9 "rhythmstaff", RHYTHMSTAFF
,
18 lookup_keyword(String s
)
20 static Keyword_table
table(the_key_tab
);
21 return table
.lookup(s
);
24 Assoc
<String
, Identifier
*> the_id_tab
;
27 lookup_identifier(String s
)
29 if (!the_id_tab
.elt_query(s
))
30 the_id_tab
[s
]= new Identifier
;