Skip to content

Commit

Permalink
document which flavor of regex is in use, as it has recently changed
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnen committed Mar 29, 2022
1 parent ab466ba commit 832c94c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,13 +266,15 @@ Syntax Reference
advantage of our fancy debugging, once we get that
working. Ultimately, I'd like to deprecate explicit
regexes and instead have Parsimonious dynamically build
them out of simpler primitives.
them out of simpler primitives. Parsimonious uses the
regex_ library instead of the built-in re module.

``(things)`` Parentheses are used for grouping, like in every other
language.
==================== ========================================================

.. _flags: https://docs.python.org/3/howto/regex.html#compilation
.. _regex: https://github.com/mrabarnett/mrab-regex

Optimizing Grammars
===================
Expand Down

0 comments on commit 832c94c

Please sign in to comment.