cd function

Signed-off-by: Ava Hahn <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2023-04-17 22:11:49 -07:00
parent db55c54dd3
commit ee1ef9700d
Signed by: affine
GPG key ID: 3A4645B8CF806069
6 changed files with 87 additions and 33 deletions

View file

@ -218,7 +218,8 @@ fn tok_is_symbol(token: &str) -> Option<String> {
t != '?' &&
t != '=' &&
t != '.' &&
t != '/'
t != '/' &&
t != '.'
{
return None;
}