This PR is an attempt to fix a bug in the parsing of control sequences and names. For example, \defu should parse as (document (cs)) but does not currently parse because \def is STORAGE_CS. Also, the following will fail because the environment name starts with "verbatim"
This PR is an attempt to fix a bug in the parsing of control sequences and names. For example,
\defu
should parse as(document (cs))
but does not currently parse because\def
isSTORAGE_CS
. Also, the following will fail because the environment name starts with "verbatim"