alecthomas / participle

A parser library for Go
MIT License
3.43k stars 187 forks source link

Generate participle code from an EBNF grammar #14

Open alecthomas opened 6 years ago

alecthomas commented 6 years ago

Generate the structs and tags from EBNF...possible?

See #1.

alexpantyukhin commented 6 years ago

I think that the subtask for this could be generation node structure from the EBNF.

alecthomas commented 6 years ago

What would it Parse() into in that case?