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 major thing that ulex is missing is named capture groups, i.e. (Plus '0'..'9') as digits syntax. Sedlex misses it, too; asking the user to manually calculate the indexes is absurd.
A major thing that ulex is missing is named capture groups, i.e.
(Plus '0'..'9') as digitssyntax. Sedlex misses it, too; asking the user to manually calculate the indexes is absurd.