tranalyze 0.8.3

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global tranalyze --version 0.8.3
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local tranalyze --version 0.8.3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=tranalyze&version=0.8.3
                    
nuke :add-package tranalyze --version 0.8.3
                    

Reads an Antlr4 grammar from stdin and identifies problems in the grammar.
This program is part of the Trash toolkit.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos 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.

This package has no dependencies.

Version Downloads Last updated
0.23.18 216 5/13/2025
0.23.17 217 3/7/2025
0.23.16 216 3/4/2025
0.23.15 96 2/25/2025
0.23.14 107 2/9/2025
0.23.13 102 1/19/2025
0.23.12 96 1/16/2025
0.23.11 126 12/18/2024
0.23.10 116 12/12/2024
0.23.9 113 11/29/2024
0.23.8 125 11/1/2024
0.23.7 147 10/9/2024
0.23.6 161 9/21/2024
0.23.5 132 9/15/2024
0.23.4 126 9/7/2024
0.23.3 132 8/15/2024
0.18.1 699 11/11/2022
0.18.0 535 11/7/2022
0.17.0 521 9/11/2022
0.16.5 603 7/29/2022
0.16.4 634 6/13/2022
0.16.3 592 5/7/2022
0.16.2 587 5/6/2022
0.16.1 552 5/5/2022
0.16.0 598 4/13/2022
0.15.1 593 4/4/2022
0.15.0 573 3/20/2022
0.14.3 593 2/27/2022
0.14.2 592 2/18/2022
0.14.1 645 1/26/2022
0.14.0 617 1/26/2022
0.13.8 588 1/14/2022
0.13.7 575 1/13/2022
0.13.6 596 1/13/2022
0.13.5 555 1/12/2022
0.13.4 610 1/11/2022
0.13.3 577 1/10/2022
0.13.2 455 12/24/2021
0.13.1 428 12/24/2021
0.13.0 441 12/23/2021
0.12.0 419 12/6/2021
0.11.5 463 10/17/2021
0.11.4 483 10/17/2021
0.11.3 449 9/28/2021
0.11.2 453 9/26/2021
0.11.1 471 9/25/2021
0.11.0 516 9/24/2021
0.10.0 432 9/9/2021
0.8.9 407 8/13/2021
0.8.8 442 8/5/2021
0.8.7 442 7/20/2021
0.8.6 438 7/13/2021
0.8.5 435 7/6/2021
0.8.4 467 6/24/2021
0.8.3 517 6/13/2021
0.8.2 488 6/8/2021
0.8.1 427 6/2/2021
0.8.0 453 5/27/2021

# Tranalyze
Reads an Antlr4 grammar from stdin and identifies problems in the grammar.
The input is Parse Tree Data, and output text.
# Usage
tranalyze
# Example
trparse A.g4 | tranalyze
# Current version
0.8.3 -- Updated trfoldlit, trgen and templates, trmvsr, trsponge, trunfold, trxml2