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

Write lexer/parser to make more efficient #1

Open
ProgrammingParadox opened this issue Jan 19, 2023 · 0 comments
Open

Write lexer/parser to make more efficient #1

ProgrammingParadox opened this issue Jan 19, 2023 · 0 comments
Assignees

Comments

@ProgrammingParadox
Copy link
Owner

There are already a ton of syntax highlighters out there. Most of them use RegEx, which has some problems with nesting and all that. A lexer and a parser help with this problem and would make the syntax highlighter more extendable.

@ProgrammingParadox ProgrammingParadox self-assigned this Jan 19, 2023
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

No branches or pull requests

1 participant