tragl 0.23.23

There is a newer version of this package available.
See the version list below for details.
dotnet add package tragl --version 0.23.23
                    
NuGet\Install-Package tragl -Version 0.23.23
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="tragl" Version="0.23.23" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="tragl" Version="0.23.23" />
                    
Directory.Packages.props
<PackageReference Include="tragl" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add tragl --version 0.23.23
                    
#r "nuget: tragl, 0.23.23"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package tragl@0.23.23
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=tragl&version=0.23.23
                    
Install as a Cake Addin
#tool nuget:?package=tragl&version=0.23.23
                    
Install as a Cake Tool

Read a parse tree from stdin and open a Windows Form that displays the tree.
This program is part of the Trash toolkit.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.23.26 112 8/17/2025
0.23.25 129 8/9/2025
0.23.24 151 7/15/2025
0.23.23 143 7/6/2025
0.23.22 109 6/27/2025
0.23.21 92 6/6/2025
0.23.20 156 6/4/2025
0.23.19 147 6/4/2025
0.23.18 244 5/13/2025
0.23.17 230 3/7/2025
0.23.16 242 3/4/2025
0.23.15 133 2/25/2025
0.23.14 135 2/9/2025
0.23.13 116 1/19/2025
0.23.12 118 1/16/2025
0.23.11 129 12/18/2024
0.23.10 133 12/12/2024
0.23.9 128 11/29/2024
0.23.8 135 11/1/2024
0.23.7 145 10/9/2024
0.23.6 137 9/21/2024
0.23.5 148 9/15/2024
0.23.4 156 9/7/2024
0.23.3 162 8/15/2024
0.23.2 151 6/28/2024
0.23.1 157 6/22/2024
0.23.0 158 4/25/2024
0.22.0 179 2/26/2024
0.21.16 196 11/16/2023
0.21.15 127 11/16/2023
0.21.14 141 11/15/2023
0.21.13 150 11/14/2023
0.21.12 167 10/27/2023
0.21.11 181 10/24/2023
0.21.9 157 9/27/2023
0.21.8 163 9/26/2023
0.21.7 174 9/26/2023
0.21.6 167 9/20/2023
0.21.5 151 9/18/2023
0.21.4 150 9/17/2023
0.21.3 169 9/14/2023
0.21.2 164 9/4/2023
0.21.1 202 8/15/2023
0.21.0 236 6/25/2023
0.20.27 248 6/15/2023
0.20.26 216 6/5/2023
0.20.25 215 6/3/2023
0.20.24 227 6/1/2023
0.20.23 230 5/31/2023
0.20.22 229 5/21/2023
0.20.21 244 5/15/2023
0.20.20 240 5/11/2023
0.20.19 248 5/8/2023
0.20.18 235 5/8/2023
0.20.17 250 5/4/2023
0.20.16 253 5/1/2023
0.20.15 272 4/27/2023
0.20.14 250 4/21/2023

# Tragl
## Summary
Display a parse tree using Microsoft Automatic Graph Layout
## Description
Read a parse tree from stdin and open a Windows Form that displays the tree.
This tool is part of Trash, Transformations for Antlr Shell.
## Usage
tragl
## Example
trparse -i "1+2" | tragl
## Current version
0.23.23 (Updates to trgen templates.)
## License
The MIT License
Copyright (c) 2024 Ken Domino
Permission is hereby granted, free of charge,
to any person obtaining a copy of this software and
associated documentation files (the "Software"), to
deal in the Software without restriction, including
without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom
the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice
shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.