You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A pattern that generates the empty string like a? or a* (referred to below as nullable pattern) is valid as the regular expression, but maleeni won't recognize the empty string as a lexeme. If a user expects that maleeni recognizes a lexeme matching the empty string, that expectation is wrong, and maleeni should report so. Therefore we prohibit using nullable patterns.
The text was updated successfully, but these errors were encountered:
A pattern that generates the empty string like
a?
ora*
(referred to below as nullable pattern) is valid as the regular expression, but maleeni won't recognize the empty string as a lexeme. If a user expects that maleeni recognizes a lexeme matching the empty string, that expectation is wrong, and maleeni should report so. Therefore we prohibit using nullable patterns.The text was updated successfully, but these errors were encountered: