tragl 0.20.20
See the version list below for details.
dotnet add package tragl --version 0.20.20
NuGet\Install-Package tragl -Version 0.20.20
<PackageReference Include="tragl" Version="0.20.20" />
paket add tragl --version 0.20.20
#r "nuget: tragl, 0.20.20"
// Install tragl as a Cake Addin #addin nuget:?package=tragl&version=0.20.20 // Install tragl as a Cake Tool #tool nuget:?package=tragl&version=0.20.20
Read a parse tree from stdin and open a Windows Form that displays the tree.
This program is part of the Trash toolkit.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-windows7.0 is compatible. net8.0-windows was computed. |
-
net7.0-windows7.0
- Antlr4.Runtime.Standard (>= 4.12.0)
- AntlrJson (>= 1.0.0)
- CommandLineParser (>= 2.9.1)
- Domemtech.AutomaticGraphLayout (>= 1.1.4)
- Domemtech.AutomaticGraphLayout.Drawing (>= 1.1.4)
- Domemtech.AutomaticGraphLayout.GraphViewerGdi (>= 1.1.4)
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.11 | 74 | 12/18/2024 |
0.23.10 | 82 | 12/12/2024 |
0.23.9 | 84 | 11/29/2024 |
0.23.8 | 93 | 11/1/2024 |
0.23.7 | 107 | 10/9/2024 |
0.23.6 | 91 | 9/21/2024 |
0.23.5 | 109 | 9/15/2024 |
0.23.4 | 107 | 9/7/2024 |
0.23.3 | 128 | 8/15/2024 |
0.23.2 | 110 | 6/28/2024 |
0.23.1 | 118 | 6/22/2024 |
0.23.0 | 126 | 4/25/2024 |
0.22.0 | 135 | 2/26/2024 |
0.21.16 | 173 | 11/16/2023 |
0.21.15 | 104 | 11/16/2023 |
0.21.14 | 119 | 11/15/2023 |
0.21.13 | 130 | 11/14/2023 |
0.21.12 | 141 | 10/27/2023 |
0.21.11 | 155 | 10/24/2023 |
0.21.9 | 128 | 9/27/2023 |
0.21.8 | 130 | 9/26/2023 |
0.21.7 | 146 | 9/26/2023 |
0.21.6 | 137 | 9/20/2023 |
0.21.5 | 125 | 9/18/2023 |
0.21.4 | 122 | 9/17/2023 |
0.21.3 | 140 | 9/14/2023 |
0.21.2 | 122 | 9/4/2023 |
0.21.1 | 156 | 8/15/2023 |
0.21.0 | 180 | 6/25/2023 |
0.20.27 | 192 | 6/15/2023 |
0.20.26 | 157 | 6/5/2023 |
0.20.25 | 158 | 6/3/2023 |
0.20.24 | 168 | 6/1/2023 |
0.20.23 | 172 | 5/31/2023 |
0.20.22 | 160 | 5/21/2023 |
0.20.21 | 182 | 5/15/2023 |
0.20.20 | 181 | 5/11/2023 |
0.20.19 | 188 | 5/8/2023 |
0.20.18 | 174 | 5/8/2023 |
0.20.17 | 186 | 5/4/2023 |
0.20.16 | 193 | 5/1/2023 |
0.20.15 | 212 | 4/27/2023 |
0.20.14 | 190 | 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.20.20 Updates to trfoldlit, trconvert (rex, pegjs, kocmanllk but incomplete, trparse, trstrip. Add trcover. Fix trgen for Java with Java/ files. Parse tree attributes added. NB: not all Trash tools supported yet.