Skip to content

Draft #3 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

dermagen
Copy link
Contributor

@dermagen dermagen commented Aug 18, 2025

Hi, Arthur:

Please take a look at this draft; there are multiple changes:

  • shorter exported names (ssre instead of string-sre);
  • reverse convertor (sre->ssre) w/tests;
  • relaxed error specification allowing grammar extension;
  • ?<options>: operator in {char set} syntax;
  • tightened grammar for repeats;
  • added note for implementation-specific x+? and friends;
  • minor fixes here and there

Thanks!
-Sergei

arthurgleckler and others added 5 commits August 2, 2025 16:30
Shorter exported names ('ssre' instead of 'string-sre'); reverse convertor (sre->ssre) w/tests; relaxed error specification allowing grammar extension; ?<options>: syntax in {} char set syntax; minor fixes in spec and implementation
Tightened grammar for repeats; added note for implementation-specific x+? and friends; made it explicit in the code
Performance improvements in sre->ssre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants