Example Contd
Example Contd
optional_fraction
. digits | epsilon
num
digits optional_fraction
Note that we have used all the definitions of a regular
expression.
One can define similar regular expression(s) for identifiers
comments, Strings, operators and delimiters.
Qn: How to write a regular expression for identifiers?
(identifiers are letters followed by a letter or a digit).