// Copyright (c) 2022 Sungbae Jeong
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
use MaybeUninit;
use crate;
use crateToken;
use crateTokenType;
use crateLexer;
use crateSpan;
use *;
// const ENV_MATH_IDENT: [&str; 6] = [
// "equation", "align", "array", "eqnarray", "gather", "multline",
// ];