Skip to content

Commit ee50a19

Browse files
committed
Add Tag notes to HowToUsePyparsing.rst
1 parent 3ffc3ef commit ee50a19

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/HowToUsePyparsing.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Using the pyparsing module
55
:author: Paul McGuire
66
77

8-
:revision: 3.1.1
9-
:date: July, 2023
8+
:revision: 3.1.3
9+
:date: August, 2024
1010

1111
:copyright: Copyright |copy| 2003-2023 Paul McGuire.
1212

@@ -818,6 +818,10 @@ Special subclasses
818818
program, insert it into the ``Forward`` object using the ``<<=``
819819
operator (see fourFn.py_ for an example).
820820

821+
- ``Tag`` - a non-parsing token that always matches, and inserts
822+
a tag and value into the current parsed tokens; useful for adding
823+
metadata or annotations to parsed results (see tag_example.py_).
824+
821825

822826
Other classes
823827
-------------

0 commit comments

Comments
 (0)