package earley
-
earley.str
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val id_charset : Charset.t
id_charset
contains the characters that are not allowed to directly follow a keyword (because it would make it an identifier for example). In general, it should correspond to characters that are can be used in identifiers.