tranalyze 0.8.4

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global tranalyze --version 0.8.4
                    
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.4
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=tranalyze&version=0.8.4
                    
nuke :add-package tranalyze --version 0.8.4
                    

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.26 147 8/17/2025
0.23.25 167 8/9/2025
0.23.24 181 7/15/2025
0.23.23 170 7/6/2025
0.23.22 139 6/27/2025
0.23.21 112 6/6/2025
0.23.20 183 6/4/2025
0.23.19 186 6/4/2025
0.23.18 279 5/13/2025
0.23.17 269 3/7/2025
0.23.16 274 3/4/2025
0.23.15 147 2/25/2025
0.23.14 157 2/9/2025
0.23.13 152 1/19/2025
0.23.12 148 1/16/2025
0.23.11 178 12/18/2024
0.23.10 168 12/12/2024
0.23.9 169 11/29/2024
0.23.8 173 11/1/2024
0.23.7 198 10/9/2024
0.23.6 216 9/21/2024
0.23.5 180 9/15/2024
0.23.4 175 9/7/2024
0.23.3 184 8/15/2024
0.18.1 755 11/11/2022
0.18.0 590 11/7/2022
0.17.0 577 9/11/2022
0.16.5 664 7/29/2022
0.16.4 701 6/13/2022
0.16.3 643 5/7/2022
0.16.2 659 5/6/2022
0.16.1 620 5/5/2022
0.16.0 666 4/13/2022
0.15.1 665 4/4/2022
0.15.0 637 3/20/2022
0.14.3 661 2/27/2022
0.14.2 658 2/18/2022
0.14.1 709 1/26/2022
0.14.0 682 1/26/2022
0.13.8 654 1/14/2022
0.13.7 643 1/13/2022
0.13.6 658 1/13/2022
0.13.5 619 1/12/2022
0.13.4 676 1/11/2022
0.13.3 647 1/10/2022
0.13.2 520 12/24/2021
0.13.1 491 12/24/2021
0.13.0 505 12/23/2021
0.12.0 483 12/6/2021
0.11.5 532 10/17/2021
0.11.4 556 10/17/2021
0.11.3 515 9/28/2021
0.11.2 521 9/26/2021
0.11.1 537 9/25/2021
0.11.0 582 9/24/2021
0.10.0 499 9/9/2021
0.8.9 477 8/13/2021
0.8.8 508 8/5/2021
0.8.7 504 7/20/2021
0.8.6 490 7/13/2021
0.8.5 500 7/6/2021
0.8.4 536 6/24/2021
0.8.3 582 6/13/2021
0.8.2 559 6/8/2021
0.8.1 491 6/2/2021
0.8.0 517 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.4 -- Updated tranalyze with detection of infinite recursion within rule. Updated basic graph implementations.