1 (*===----------------------------------------------------------------------===
3 *===----------------------------------------------------------------------===*)
5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
6 * these others for known things. *)
12 | Ident
of string | Number
of float