File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ python ex2-v2.py
1616You 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
You can’t perform that action at this time.
0 commit comments