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

Separate lexer and parser from cfront #92

Merged
merged 2 commits into from
Dec 16, 2023

Conversation

ChAoSUnItY
Copy link
Collaborator

This pull request separates the lexer and parser into independent modules from original cfront module. This is the predecessor task for later tokenizer optimization (e.g. less side effect).

@jserv jserv requested a review from vacantron December 14, 2023 06:47
src/lexer.c Show resolved Hide resolved
@jserv jserv merged commit f8324c2 into sysprog21:master Dec 16, 2023
3 checks passed
@jserv
Copy link
Collaborator

jserv commented Dec 16, 2023

Thank @ChAoSUnItY for contributing!

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