Parser_env.Lex_mode
type t =
| NORMAL
| TYPE
| JSX_TAG
| JSX_CHILD
| TEMPLATE
| REGEXP
val debug_string_of_lex_mode : t -> string