lexmachine
lexmachine copied to clipboard
Some improvements
Hello.
I would like to suggest a number of improvements:
- Add support for 'exactly' re syntax (
a{3},a{3,6}) - this will help reduce the length of regular expressions. - Add flag to skip copying the input text in Scanner creation - a small optimization for those who know that they will not change the input text during scanning.