tragl 0.21.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package tragl --version 0.21.3
NuGet\Install-Package tragl -Version 0.21.3
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.21.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add tragl --version 0.21.3
#r "nuget: tragl, 0.21.3"
#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.21.3

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

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 net7.0-windows7.0 is compatible.  net8.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.0 89 4/25/2024
0.22.0 103 2/26/2024
0.21.16 154 11/16/2023
0.21.15 72 11/16/2023
0.21.14 92 11/15/2023
0.21.13 100 11/14/2023
0.21.12 112 10/27/2023
0.21.11 124 10/24/2023
0.21.9 99 9/27/2023
0.21.8 102 9/26/2023
0.21.7 117 9/26/2023
0.21.6 109 9/20/2023
0.21.5 95 9/18/2023
0.21.4 101 9/17/2023
0.21.3 109 9/14/2023
0.21.2 103 9/4/2023
0.21.1 139 8/15/2023
0.21.0 153 6/25/2023
0.20.27 164 6/15/2023
0.20.26 137 6/5/2023
0.20.25 138 6/3/2023
0.20.24 140 6/1/2023
0.20.23 145 5/31/2023
0.20.22 134 5/21/2023
0.20.21 157 5/15/2023
0.20.20 153 5/11/2023
0.20.19 160 5/8/2023
0.20.18 157 5/8/2023
0.20.17 160 5/4/2023
0.20.16 166 5/1/2023
0.20.15 181 4/27/2023
0.20.14 169 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.21.3 Fix trcover.