trtree 0.19.0-alpha1
This is a prerelease version of trtree.
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 trtree --version 0.19.0-alpha1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local trtree --version 0.19.0-alpha1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=trtree&version=0.19.0-alpha1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package trtree --version 0.19.0-alpha1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Reads a tree from stdin and prints the tree as an indented node list.
This program is part of the Trash toolkit.
| Product | Versions 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.41 | 1,862 | 1/25/2026 |
| 0.23.40 | 111 | 1/25/2026 |
| 0.23.39 | 326 | 1/22/2026 |
| 0.23.38 | 110 | 1/21/2026 |
| 0.23.37 | 101 | 1/20/2026 |
| 0.23.36 | 121 | 1/18/2026 |
| 0.23.35 | 96 | 1/16/2026 |
| 0.23.34 | 169 | 1/6/2026 |
| 0.23.33 | 216 | 12/28/2025 |
| 0.23.32 | 243 | 12/22/2025 |
| 0.23.31 | 392 | 12/19/2025 |
| 0.23.30 | 329 | 12/17/2025 |
| 0.23.29 | 293 | 12/17/2025 |
| 0.23.28 | 2,156 | 12/4/2025 |
| 0.23.27 | 2,851 | 10/30/2025 |
| 0.23.26 | 4,054 | 8/17/2025 |
| 0.23.25 | 351 | 8/9/2025 |
| 0.23.24 | 2,724 | 7/15/2025 |
| 0.23.23 | 1,123 | 7/6/2025 |
| 0.19.0-alpha1 | 566 | 1/3/2023 |
Loading failed
# trtree
## Summary
Print a parse tree in a human-readable format
## Description
Reads a tree from stdin and prints the tree as an indented node list.
## Usage
trtree
## Examples
trparse A.g4 | trtree
## Current version
0.19.0-alpha1 Complete rewrite of parse tree representation.