- Renamed ::split to ::word_split, for clarity and because of the need for a full token split, coming next.
- Removed splitq function and tests, migrated code over to the new Lexer::split.
- Broke out alias handling into a separate object.