Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specialize (type) keywords as independent token kinds #106

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ChAoSUnItY
Copy link

This PR specializes every keyword tokens into independent kinds, reduces each keyword token string comparison to once per compilation, in other words, keywords will be identified in tokenization phase.

@fuhsnn fuhsnn force-pushed the main branch 7 times, most recently from f093a17 to bfe2374 Compare December 6, 2024 00:44
@ChAoSUnItY ChAoSUnItY force-pushed the token-type-specialize branch from 03a4f71 to a5b7c6a Compare December 17, 2024 04:32
@fuhsnn
Copy link
Owner

fuhsnn commented Dec 29, 2024

Your team submitted three patches in a row #89 (comment), #90 (comment), #93 (comment) that ended up almost identical with another author's chibicc fork, that really drained my motivation to look at your PRs on unnecessary changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants