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
In some regex, such as 1=(a|b) (2=(b|c)+ )+, which doesn't have other characters appended the last group, the generated circuit seems no able to properly calculate the data points. But when it has something appended, such as 1=(a|b) (2=(b|c)+ )+d, it works as expected. For now, I reckon this is an issue originating from the lexical.js.
In some regex, such as
1=(a|b) (2=(b|c)+ )+
, which doesn't have other characters appended the last group, the generated circuit seems no able to properly calculate the data points. But when it has something appended, such as1=(a|b) (2=(b|c)+ )+d
, it works as expected. For now, I reckon this is an issue originating from thelexical.js
.Originally posted by @katat in #6 (comment)
The text was updated successfully, but these errors were encountered: