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

Add more thorough hostname checking based on BNF definitions. #2

Open
schmidtw opened this issue Aug 13, 2023 · 0 comments
Open

Add more thorough hostname checking based on BNF definitions. #2

schmidtw opened this issue Aug 13, 2023 · 0 comments

Comments

@schmidtw
Copy link
Member

It would be nice to be able to drop in the type of hostname string validation so simple typing mistakes and the like can be detected earlier.

This page does a nice job defining the grammar needed. I think the thing to do would be to build a lexer/parser using this definition & make each different type an option so the user can easily slot in the values they want.

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