trgen 0.19.0-alpha5

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

Generate a parser application using the Antlr tool and application templates.
This program is part of the Trash toolkit.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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.45 567 5/24/2026
0.23.44 1,006 5/8/2026
0.23.43 5,799 3/28/2026
0.23.42 2,228 2/21/2026
0.23.41 4,632 1/25/2026
0.23.40 173 1/25/2026
0.23.39 400 1/22/2026
0.23.38 163 1/21/2026
0.23.37 156 1/20/2026
0.23.36 175 1/18/2026
0.23.35 143 1/16/2026
0.23.34 228 1/6/2026
0.23.33 251 12/28/2025
0.23.32 281 12/22/2025
0.23.31 442 12/19/2025
0.23.30 375 12/17/2025
0.23.29 333 12/17/2025
0.23.28 2,216 12/4/2025
0.23.27 2,904 10/30/2025
0.19.0-alpha5 550 1/12/2023
Loading failed

# trgen
## Summary
Generate an Antlr4 parser for a given target language
## Description
Generate a parser application using the Antlr tool and application templates.
The generated parser is placed in the directory <current-directory>/Generated/.
If there is a `pom.xml` file in the current directory, `trgen` will read
it for information on the grammar. If there is no `pom.xml` file, the start
rule must be provided. If the current directory is empty, `trgen` will
create a parser for the Arithmetic.g4 grammar.
## Usage
trgen <options>*
## Examples
trgen
## Current version
0.19.0-alpha5 Complete rewrite of parse tree representation.