Open error-code1 opened 11 months ago
DFA for some expressions, for eg: (a+ba)*ba is straight up wrong.
@error-code1 I don't see any issue. Are you using "+" as OR instead of positive closure? Operator for OR is "|"
DFA for some expressions, for eg: (a+ba)*ba is straight up wrong.