ed-cooper / Ebnf.Compiler

Compiles EBNF statements to C# DLLs
MIT License
2 stars 0 forks source link

add predefined rules #6

Closed furesoft closed 5 years ago

furesoft commented 5 years ago

like add a statement to make predefined rules available. for example:

` use std;

struct = "struct", IDENTIFIER, "{", "}"; `

when IDENTIFIER it predefines.

examples:

Idenifier String Number

ed-cooper commented 5 years ago

Whilst I can see the potential utility of this feature, I have a few issues with this feature which leave me inclined to close the issue: