tranalyze 0.8.1

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

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 221 5/13/2025
0.23.17 218 3/7/2025
0.23.16 218 3/4/2025
0.23.15 97 2/25/2025
0.23.14 108 2/9/2025
0.23.13 104 1/19/2025
0.23.12 97 1/16/2025
0.23.11 127 12/18/2024
0.23.10 117 12/12/2024
0.23.9 114 11/29/2024
0.23.8 126 11/1/2024
0.23.7 148 10/9/2024
0.23.6 162 9/21/2024
0.23.5 133 9/15/2024
0.23.4 127 9/7/2024
0.23.3 133 8/15/2024
0.18.1 701 11/11/2022
0.18.0 537 11/7/2022
0.17.0 523 9/11/2022
0.16.5 606 7/29/2022
0.16.4 637 6/13/2022
0.16.3 595 5/7/2022
0.16.2 590 5/6/2022
0.16.1 555 5/5/2022
0.16.0 601 4/13/2022
0.15.1 596 4/4/2022
0.15.0 576 3/20/2022
0.14.3 596 2/27/2022
0.14.2 595 2/18/2022
0.14.1 648 1/26/2022
0.14.0 620 1/26/2022
0.13.8 591 1/14/2022
0.13.7 578 1/13/2022
0.13.6 599 1/13/2022
0.13.5 558 1/12/2022
0.13.4 613 1/11/2022
0.13.3 580 1/10/2022
0.13.2 458 12/24/2021
0.13.1 431 12/24/2021
0.13.0 444 12/23/2021
0.12.0 422 12/6/2021
0.11.5 467 10/17/2021
0.11.4 486 10/17/2021
0.11.3 452 9/28/2021
0.11.2 456 9/26/2021
0.11.1 474 9/25/2021
0.11.0 519 9/24/2021
0.10.0 435 9/9/2021
0.8.9 410 8/13/2021
0.8.8 445 8/5/2021
0.8.7 445 7/20/2021
0.8.6 441 7/13/2021
0.8.5 438 7/6/2021
0.8.4 470 6/24/2021
0.8.3 521 6/13/2021
0.8.2 492 6/8/2021
0.8.1 431 6/2/2021
0.8.0 457 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.1 -- Improved help and documentation.