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

Clarification Request on EBNF Syntax in C99 Grammar File #69

Open
RPJCODING opened this issue May 7, 2024 · 0 comments
Open

Clarification Request on EBNF Syntax in C99 Grammar File #69

RPJCODING opened this issue May 7, 2024 · 0 comments

Comments

@RPJCODING
Copy link

I am currently using the C99 EBNF grammar file from the "examples/c99-grammar.iso-ebnf" directory for testing my parser generator algorithm and applying some grammar transformations. During this process, I came across a notation that I'm unfamiliar with.
Ex:

struct-or-union-specifier
    <missing '='> 
    | enum-specifier
    | typedef-name;

Could you please explain what <missing '='> represents?

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