Skip to content

Commit e55bdbf

Browse files
authored
Update README.md
1 parent cb93516 commit e55bdbf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ python ex2-v2.py
1616
You can also give your custom regular expression in the first line of the program
1717

1818
*Few things to take note of:*
19-
*a and b are the only terminals accepted by this script*
20-
*e denotes epsilon*
21-
*. is used for "and" operation Eg. ab = a.b*
22-
*+ is used for "or" operation Eg. a|b = a+b*
23-
** is the Kleene's Closure operator. You can give star operator after any closing brackets and terminals*
19+
1. *a and b are the only terminals accepted by this script*
20+
2. *e denotes epsilon*
21+
3. *. is used for "and" operation Eg. ab = a.b*
22+
4. *+ is used for "or" operation Eg. a|b = a+b*
23+
5. ** is the Kleene's Closure operator. You can give star operator after any closing brackets and terminals*
2424

0 commit comments

Comments
 (0)