- [x] Invert dependency from `yash_env::function` to `yash_syntax::syntax` (#652) - [x] Inject `yash_syntax::parser::lex::is_name` instead of directly depending on it from `yash_env::parser` (#651) - [x] Remaining refactoring (#654) - Move `yash_env::parser::Config::into_lexer` to `yash_syntax` - Move `Source`, `Location`, and `Alias` from `yash_syntax` to `yash_env` - Move `decl_util` from `yash_syntax` to `yash_env` - Move `Input` from `yash_syntax` to `yash_env`