Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update lexer to only emit the
TokenKind
(#11563)
## Summary This PR updates the lexer to only emit `TokenKind` instead of the `Token` struct. The token source will construct the `Token` struct right before adding it to the token vector.
- Loading branch information