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

Runtime expressions ABNF clarifications #253

Open
adamaltman opened this issue Sep 14, 2024 · 0 comments
Open

Runtime expressions ABNF clarifications #253

adamaltman opened this issue Sep 14, 2024 · 0 comments

Comments

@adamaltman
Copy link
Contributor

Should name be at least one character?

Example: ABNF defines a "$steps." name as a possible runtime expression. Are expressions like $steps. valid? Or does there have to be at least one character after the "$steps."?

Example change to ABNF for Runtime Expressions:

name = 1*CHAR ; Ensures 'name' is at least one CHAR

In a related question, the ABNF is silent on allowed characters in CHAR. Should that be defined for clarity? Are carriage returns and line feeds allowed? In my thoughts, they wouldn't be allowed.

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