tragl 0.23.0

dotnet add package tragl --version 0.23.0
NuGet\Install-Package tragl -Version 0.23.0
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.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add tragl --version 0.23.0
#r "nuget: tragl, 0.23.0"
#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.
// Install tragl as a Cake Addin
#addin nuget:?package=tragl&version=0.23.0

// Install tragl as a Cake Tool
#tool nuget:?package=tragl&version=0.23.0

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. 
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.0 46 4/25/2024
0.22.0 99 2/26/2024
0.21.16 151 11/16/2023
0.21.15 69 11/16/2023
0.21.14 89 11/15/2023
0.21.13 97 11/14/2023
0.21.12 109 10/27/2023
0.21.11 121 10/24/2023
0.21.9 96 9/27/2023
0.21.8 98 9/26/2023
0.21.7 113 9/26/2023
0.21.6 106 9/20/2023
0.21.5 92 9/18/2023
0.21.4 98 9/17/2023
0.21.3 106 9/14/2023
0.21.2 100 9/4/2023
0.21.1 136 8/15/2023
0.21.0 150 6/25/2023
0.20.27 161 6/15/2023
0.20.26 134 6/5/2023
0.20.25 135 6/3/2023
0.20.24 137 6/1/2023
0.20.23 142 5/31/2023
0.20.22 131 5/21/2023
0.20.21 154 5/15/2023
0.20.20 150 5/11/2023
0.20.19 157 5/8/2023
0.20.18 154 5/8/2023
0.20.17 157 5/4/2023
0.20.16 163 5/1/2023
0.20.15 178 4/27/2023
0.20.14 166 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.0 Major changes to trgen, trparse, trfoldlit, trquery. Removal of trinsert, trdelete, trmove, trdelabel, trstrip.
## 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.