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

Custom Lexer #22

Closed
nixpulvis opened this issue Oct 16, 2018 · 2 comments · Fixed by #37
Closed

Custom Lexer #22

nixpulvis opened this issue Oct 16, 2018 · 2 comments · Fixed by #37
Labels
L1: enhancement New feature or request T: grammar Topic: Formal or informal grammar, realtes to lexing / parsing
Milestone

Comments

@nixpulvis
Copy link
Owner

nixpulvis commented Oct 16, 2018

As mentioned nearly everywhere within program, a lot of features we need depend on creating a custom LALRPOP lexer. Most notably will be that this lexer is aware of whitespace and WORDs.

@nixpulvis nixpulvis added L1: enhancement New feature or request T: grammar Topic: Formal or informal grammar, realtes to lexing / parsing labels Oct 16, 2018
@nixpulvis nixpulvis added this to the POSIX milestone Oct 16, 2018
@nixpulvis nixpulvis mentioned this issue Oct 16, 2018
7 tasks
@nixpulvis
Copy link
Owner Author

Work started on https://github.com/nixpulvis/oursh/tree/lexer

@nixpulvis nixpulvis mentioned this issue Oct 21, 2018
@nixpulvis
Copy link
Owner Author

Added in #37.

@nixpulvis nixpulvis mentioned this issue Oct 22, 2018
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L1: enhancement New feature or request T: grammar Topic: Formal or informal grammar, realtes to lexing / parsing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant