trungroup 0.8.5

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global trungroup --version 0.8.5                
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.8.5                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=trungroup&version=0.8.5                
nuke :add-package trungroup --version 0.8.5                

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 net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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. 
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.9 35 11/29/2024
0.23.8 84 11/1/2024
0.23.7 123 10/9/2024
0.23.6 114 9/21/2024
0.23.5 116 9/15/2024
0.23.4 102 9/7/2024
0.23.3 114 8/15/2024
0.18.1 624 11/11/2022
0.18.0 437 11/7/2022
0.17.0 502 9/11/2022
0.16.5 511 7/29/2022
0.16.4 586 6/13/2022
0.16.3 597 5/7/2022
0.16.2 536 5/6/2022
0.16.1 577 5/5/2022
0.16.0 582 4/13/2022
0.15.1 548 4/4/2022
0.15.0 552 3/20/2022
0.14.3 582 2/27/2022
0.14.2 568 2/18/2022
0.14.1 553 1/26/2022
0.14.0 552 1/26/2022
0.13.8 562 1/14/2022
0.13.7 611 1/13/2022
0.13.6 552 1/13/2022
0.13.5 566 1/12/2022
0.13.4 565 1/11/2022
0.13.3 512 1/10/2022
0.13.2 325 12/24/2021
0.13.1 341 12/24/2021
0.13.0 363 12/23/2021
0.12.0 372 12/6/2021
0.11.5 473 10/17/2021
0.11.4 370 10/17/2021
0.11.3 373 9/28/2021
0.11.2 435 9/26/2021
0.11.1 432 9/25/2021
0.11.0 483 9/24/2021
0.10.0 403 9/9/2021
0.8.9 371 8/13/2021
0.8.8 422 8/5/2021
0.8.7 431 7/20/2021
0.8.6 427 7/13/2021
0.8.5 385 7/6/2021
0.8.4 388 6/24/2021
0.8.3 480 6/13/2021
0.8.2 404 6/8/2021
0.8.1 388 6/2/2021
0.8.0 423 5/27/2021
0.7.0 370 5/10/2021
0.6.0 364 5/3/2021
0.5.5 372 4/22/2021
0.5.0 430 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"
# Current version
0.8.5 -- Updated trdot, trthompson, trparse (Lark grammar), trconvert, tranalyze, trcombine, trsplit.