Closed thirtque closed 2 years ago
This should allow everyone to use @startebnf/@endebnf.
@startebnf
@endebnf
Example:
@startebnf digit-excluding-zero = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"; digit = "0" | digit-excluding-zero; @endebnf
Result:
Cool, thanks!
This should allow everyone to use
@startebnf
/@endebnf
.Example:
Result: