trparse 0.20.5

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

Parses a file, arg, or stdin using a built-in or generated parser.
This program is part of the Trash toolkit.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
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.0 111 4/25/2024
0.22.0 5,594 2/26/2024
0.21.16 20,452 11/16/2023
0.21.15 321 11/16/2023
0.21.14 90 11/15/2023
0.21.13 139 11/14/2023
0.21.12 238 10/27/2023
0.21.11 309 10/24/2023
0.21.9 10,567 9/27/2023
0.21.8 330 9/26/2023
0.21.7 350 9/26/2023
0.21.6 218 9/20/2023
0.21.5 203 9/18/2023
0.21.4 175 9/17/2023
0.21.3 244 9/14/2023
0.21.2 175 9/4/2023
0.21.1 376 8/15/2023
0.21.0 19,263 6/25/2023
0.20.27 5,718 6/15/2023
0.20.26 2,064 6/5/2023
0.20.25 413 6/3/2023
0.20.24 207 6/1/2023
0.20.23 200 5/31/2023
0.20.22 477 5/21/2023
0.20.21 240 5/15/2023
0.20.20 220 5/11/2023
0.20.19 217 5/8/2023
0.20.18 208 5/8/2023
0.20.17 233 5/4/2023
0.20.16 243 5/1/2023
0.20.15 204 4/27/2023
0.20.14 273 4/21/2023
0.20.13 278 4/13/2023
0.20.12 377 3/17/2023
0.20.11 340 3/15/2023
0.20.10 281 3/15/2023
0.20.9 285 3/14/2023
0.20.8 319 3/14/2023
0.20.7 283 3/13/2023
0.20.6 352 3/11/2023
0.20.5 293 3/11/2023
0.20.4 326 3/9/2023
0.20.3 327 3/8/2023
0.20.2 322 3/7/2023
0.20.1 325 3/7/2023
0.20.0 387 2/22/2023
0.19.3 354 2/19/2023
0.19.2 410 2/2/2023
0.19.1 386 1/28/2023
0.19.0 426 1/15/2023
0.19.0-alpha7 337 1/15/2023
0.19.0-alpha6 280 1/14/2023
0.19.0-alpha5 297 1/12/2023
0.19.0-alpha4 308 1/11/2023
0.19.0-alpha3 364 1/5/2023
0.19.0-alpha2 336 1/4/2023
0.19.0-alpha1 335 1/3/2023
0.18.1 530 11/11/2022
0.18.0 435 11/7/2022
0.17.0 484 9/11/2022
0.16.5 526 7/29/2022
0.16.4 538 6/13/2022
0.16.3 583 5/7/2022
0.16.2 548 5/6/2022
0.16.1 529 5/5/2022
0.16.0 614 4/13/2022
0.15.1 557 4/4/2022
0.15.0 571 3/20/2022
0.14.3 565 2/27/2022
0.14.2 545 2/18/2022
0.14.1 533 1/26/2022
0.14.0 514 1/26/2022
0.13.8 579 1/14/2022
0.13.7 548 1/13/2022
0.13.6 534 1/13/2022
0.13.5 569 1/12/2022
0.13.4 565 1/11/2022
0.13.3 558 1/10/2022
0.13.2 359 12/24/2021
0.13.1 356 12/24/2021
0.13.0 351 12/23/2021
0.12.0 390 12/6/2021
0.11.5 449 10/17/2021
0.11.4 421 10/17/2021
0.11.3 421 9/28/2021
0.11.2 404 9/26/2021
0.11.1 447 9/25/2021
0.11.0 472 9/24/2021
0.10.0 451 9/9/2021
0.8.9 370 8/13/2021
0.8.8 416 8/5/2021
0.8.7 414 7/20/2021
0.8.6 450 7/13/2021
0.8.5 403 7/6/2021
0.8.4 408 6/24/2021
0.8.3 489 6/13/2021
0.8.2 403 6/8/2021
0.8.1 359 6/2/2021
0.8.0 385 5/27/2021
0.7.0 375 5/10/2021
0.6.0 359 5/3/2021
0.5.5 398 4/22/2021
0.5.0 380 4/14/2021

# trparse
## Summary
Parse a grammar or use generated parse to parse input
## Description
Parse files and output to stdout parse tree data.
The tool requires a pre-built parser via trgen for a grammar
for anything other than the standard parser grammars that
are supported. To specify the grammar, you can either
be in a trgen-generated parser directory, or use the -p option.
If using positional args on the command line, a file is parse
depending on the extension of the file name:
* `.g2` for an Antlr2
* `.g3` for an Antlr3
* `.g4` for an Antlr4
* `.y` for a Bison
* `.ebnf` for ISO EBNF
You can force the type of parse with
the `--type` command-line option:
* `antlr2` for Antlr2
* `antlr3` for Antlr3
* `antlr4` for Antlr4
* `bison` for Bison
* `ebnf` for ISO EBNF
* `gen` for the `Generated/` parser
## Usage
trparse (<string> | <options>)*
-i, --input      Parse the given string as input.
-t, --type       Specifies type of parse, antlr4, antlr3, antlr2, bison, ebnf, gen
-s, --start-rule Start rule name.
-p, --parser     Location of pre-built parser (aka the trgen Generated/ directory)
## Examples
trparse Java.g2
trparse -i "1+2+3"
trparse Foobar.g -t antlr2
echo "1+2+3" | trparse | trtree
mkdir out; trparse MyParser.g4 MyLexer.g4 | trkleene | trsponge -o out
## Current version
0.20.5 Dotnet 7.0 dependency; desc.xml replacement for pom.xml. NB: not all Trash tools supported yet.