trdelabel 0.14.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global trdelabel --version 0.14.3
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local trdelabel --version 0.14.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=trdelabel&version=0.14.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package trdelabel --version 0.14.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Remove all labels from an Antlr4 grammar.
This program is part of the Trash toolkit.
Product | Versions 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. 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.18.1 | 604 | 11/11/2022 |
0.18.0 | 469 | 11/7/2022 |
0.17.0 | 490 | 9/11/2022 |
0.16.5 | 545 | 7/29/2022 |
0.16.4 | 556 | 6/13/2022 |
0.16.3 | 563 | 5/7/2022 |
0.16.2 | 533 | 5/6/2022 |
0.16.1 | 528 | 5/5/2022 |
0.16.0 | 589 | 4/13/2022 |
0.15.1 | 565 | 4/4/2022 |
0.15.0 | 551 | 3/20/2022 |
0.14.3 | 564 | 2/27/2022 |
0.14.2 | 546 | 2/18/2022 |
0.14.1 | 563 | 1/26/2022 |
0.14.0 | 558 | 1/26/2022 |
0.13.8 | 535 | 1/14/2022 |
0.13.7 | 573 | 1/13/2022 |
0.13.6 | 560 | 1/13/2022 |
0.13.5 | 583 | 1/12/2022 |
0.13.4 | 563 | 1/11/2022 |
0.13.3 | 564 | 1/10/2022 |
0.13.2 | 383 | 12/24/2021 |
0.13.1 | 369 | 12/24/2021 |
0.13.0 | 367 | 12/23/2021 |
0.12.0 | 397 | 12/6/2021 |
0.11.5 | 386 | 10/17/2021 |
0.11.4 | 399 | 10/17/2021 |
0.11.3 | 444 | 9/28/2021 |
0.11.2 | 445 | 9/26/2021 |
0.11.1 | 420 | 9/25/2021 |
0.11.0 | 452 | 9/24/2021 |
0.10.0 | 430 | 9/9/2021 |
0.8.9 | 387 | 8/13/2021 |
0.8.8 | 426 | 8/5/2021 |
0.8.7 | 427 | 7/20/2021 |
0.8.6 | 428 | 7/13/2021 |
0.8.5 | 370 | 7/6/2021 |
0.8.4 | 426 | 6/24/2021 |
0.8.3 | 500 | 6/13/2021 |
0.8.2 | 417 | 6/8/2021 |
0.8.1 | 403 | 6/2/2021 |
# Delabel
Remove all labels from an Antlr4 grammar.
"expr : lhs=expr (PLUS | MINUS) rhs=expr # foobar1 ....." => "expr : expr (PLUS | MINUS) expr ....."
# Usage
trdelabel
# Example
trparse A.g4 | delabel | trprint
# Current version
0.14.3 -- updates to trxgrep, trgen.