Skip to content

Commit

Permalink
Update lexer to only emit the TokenKind (#11563)
Browse files Browse the repository at this point in the history
## 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
dhruvmanila committed May 30, 2024
1 parent d31675c commit f27b428
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 110 deletions.
Loading

0 comments on commit f27b428

Please sign in to comment.