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

cli: figure out how to case desnsitize input into bison #1723

Open
majorsylvie opened this issue Jun 3, 2022 · 0 comments
Open

cli: figure out how to case desnsitize input into bison #1723

majorsylvie opened this issue Jun 3, 2022 · 0 comments
Labels

Comments

@majorsylvie
Copy link
Contributor

specifically, figuring out how to take input from the command line in bison, first cast it to a particular case, then feed that to flex/bison to be parsed.

this would take a string like : "GO North" and make it "go north", thus removing the necessity to add letter case matching cases in the .l file such as "GO|go|Go|gO" which become too complicated beyond 3 or 4 characters.

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

No branches or pull requests

1 participant