Linked Questions

Popular Questions

Write a BNF grammar that accepts an unsigned decimal number

Asked by At

I try to write a BNF grammar that accepts an unsigned decimal number, and how to contain a single decimal point in this number, if it does it cannot be the first character in the string, nor may it be the last.

I was confused, could some help me to figure out the point, please?

Related Questions