trungroup 0.16.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global trungroup --version 0.16.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local trungroup --version 0.16.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=trungroup&version=0.16.0
                    
nuke :add-package trungroup --version 0.16.0
                    

Perform an ungroup transformation of the 'element' node(s) specified by the string.
This program is part of the Trash toolkit.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.23.26 144 8/17/2025
0.23.25 162 8/9/2025
0.23.24 171 7/15/2025
0.23.23 174 7/6/2025
0.23.22 145 6/27/2025
0.23.21 111 6/6/2025
0.23.20 184 6/4/2025
0.23.19 175 6/4/2025
0.23.18 280 5/13/2025
0.23.17 275 3/7/2025
0.23.16 263 3/4/2025
0.23.15 153 2/25/2025
0.23.14 161 2/9/2025
0.23.13 152 1/19/2025
0.23.12 151 1/16/2025
0.23.11 166 12/18/2024
0.23.10 175 12/12/2024
0.23.9 170 11/29/2024
0.23.8 169 11/1/2024
0.23.7 207 10/9/2024
0.23.6 194 9/21/2024
0.23.5 200 9/15/2024
0.23.4 187 9/7/2024
0.23.3 193 8/15/2024
0.18.1 712 11/11/2022
0.18.0 521 11/7/2022
0.17.0 591 9/11/2022
0.16.5 611 7/29/2022
0.16.4 687 6/13/2022
0.16.3 697 5/7/2022
0.16.2 633 5/6/2022
0.16.1 678 5/5/2022
0.16.0 687 4/13/2022
0.15.1 654 4/4/2022
0.15.0 658 3/20/2022
0.14.3 691 2/27/2022
0.14.2 680 2/18/2022
0.14.1 659 1/26/2022
0.14.0 661 1/26/2022
0.13.8 673 1/14/2022
0.13.7 719 1/13/2022
0.13.6 659 1/13/2022
0.13.5 678 1/12/2022
0.13.4 670 1/11/2022
0.13.3 618 1/10/2022
0.13.2 433 12/24/2021
0.13.1 449 12/24/2021
0.13.0 473 12/23/2021
0.12.0 481 12/6/2021
0.11.5 582 10/17/2021
0.11.4 481 10/17/2021
0.11.3 480 9/28/2021
0.11.2 543 9/26/2021
0.11.1 542 9/25/2021
0.11.0 591 9/24/2021
0.10.0 509 9/9/2021
0.8.9 479 8/13/2021
0.8.8 540 8/5/2021
0.8.7 539 7/20/2021
0.8.6 533 7/13/2021
0.8.5 489 7/6/2021
0.8.4 490 6/24/2021
0.8.3 588 6/13/2021
0.8.2 500 6/8/2021
0.8.1 497 6/2/2021
0.8.0 527 5/27/2021
0.7.0 474 5/10/2021
0.6.0 478 5/3/2021
0.5.5 481 4/22/2021
0.5.0 541 4/14/2021

# trungroup
Perform an ungroup transformation of the 'element' node(s) specified by the string.
# Usage
trungroup <string>
# Examples
trparse A.g4 | trungroup "//parserRuleSpec[RULE_REF/text() = 'a']//ruleAltList"
# Notes
If you are running MSYS2 on Windows, you may notice that XPaths are not being
processed by this command correctly. To avoid the Bash shell from altering
XPaths, type _export MSYS2_ARG_CONV_EXCL="*"_, then execute your command.
# Current version
0.16.0 -- Token/character stream refactorings changed (#94).