i need simple example to make bnf for c# language?
What is bnf ?
Backus–Naur form, used to define the syntax of the language(my def).
I would not find it usefull for C#, but often helps with SQL and XML formats.
Why do you need the BNF of c#, just wondering?
i will make isa compiler for c# i need to know bnf of input and output statement and assignment and declartion of variable and looping and branching to make parse table for it .......