tragl 0.23.18

dotnet add package tragl --version 0.23.18
                    
NuGet\Install-Package tragl -Version 0.23.18
                    
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.18" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="tragl" Version="0.23.18" />
                    
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.18
                    
#r "nuget: tragl, 0.23.18"
                    
#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.
#addin nuget:?package=tragl&version=0.23.18
                    
Install tragl as a Cake Addin
#tool nuget:?package=tragl&version=0.23.18
                    
Install tragl 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.18 106 5/13/2025
0.23.17 211 3/7/2025
0.23.16 221 3/4/2025
0.23.15 110 2/25/2025
0.23.14 113 2/9/2025
0.23.13 96 1/19/2025
0.23.12 96 1/16/2025
0.23.11 109 12/18/2024
0.23.10 114 12/12/2024
0.23.9 108 11/29/2024
0.23.8 116 11/1/2024
0.23.7 127 10/9/2024
0.23.6 112 9/21/2024
0.23.5 130 9/15/2024
0.23.4 131 9/7/2024
0.23.3 145 8/15/2024
0.23.2 132 6/28/2024
0.23.1 137 6/22/2024
0.23.0 140 4/25/2024
0.22.0 156 2/26/2024
0.21.16 180 11/16/2023
0.21.15 111 11/16/2023
0.21.14 126 11/15/2023
0.21.13 137 11/14/2023
0.21.12 150 10/27/2023
0.21.11 162 10/24/2023
0.21.9 135 9/27/2023
0.21.8 138 9/26/2023
0.21.7 154 9/26/2023
0.21.6 146 9/20/2023
0.21.5 132 9/18/2023
0.21.4 130 9/17/2023
0.21.3 148 9/14/2023
0.21.2 134 9/4/2023
0.21.1 169 8/15/2023
0.21.0 192 6/25/2023
0.20.27 211 6/15/2023
0.20.26 176 6/5/2023
0.20.25 175 6/3/2023
0.20.24 186 6/1/2023
0.20.23 190 5/31/2023
0.20.22 179 5/21/2023
0.20.21 203 5/15/2023
0.20.20 200 5/11/2023
0.20.19 208 5/8/2023
0.20.18 194 5/8/2023
0.20.17 205 5/4/2023
0.20.16 213 5/1/2023
0.20.15 233 4/27/2023
0.20.14 209 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.18 General clean up and bug fixes.
## 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.