This commit is contained in:
Simon Gardling 2022-03-09 15:48:51 -05:00
parent dea39589ad
commit 408ecacc16

View File

@ -30,7 +30,7 @@ impl BackingFunction {
}
lazy_static::lazy_static! {
static ref VALID_VARIABLES: Vec<char> = "xX".chars().collect();
static ref VALID_VARIABLES: Vec<char> = "xXe".chars().collect();
static ref LETTERS: Vec<char> = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
.chars()
.collect();