You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DaniPopes opened this issue
Jul 6, 2024
· 0 comments
· Fixed by #31
Labels
A-parserArea: parsing source code to an ASTC-perfCategory: an issue highlighting optimization opportunities or PRs implementing suchE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.P-lowLow priority
By flattening TokenLit into TokenKind::Literal we can reduce the size of TokenKind (and Token) by 4 bytes.
Additional context
No response
The text was updated successfully, but these errors were encountered:
DaniPopes
added
C-enhancement
Category: an issue proposing an enhancement or a PR with one
A-parser
Area: parsing source code to an AST
P-low
Low priority
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
labels
Jul 6, 2024
DaniPopes
added
C-perf
Category: an issue highlighting optimization opportunities or PRs implementing such
and removed
C-enhancement
Category: an issue proposing an enhancement or a PR with one
labels
Jul 7, 2024
A-parserArea: parsing source code to an ASTC-perfCategory: an issue highlighting optimization opportunities or PRs implementing suchE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.P-lowLow priority
Describe the feature
By flattening
TokenLit
intoTokenKind::Literal
we can reduce the size ofTokenKind
(andToken
) by 4 bytes.Additional context
No response
The text was updated successfully, but these errors were encountered: