trparse 0.20.25

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

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.25 Updates to trgen. NB: not all Trash tools supported yet.

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.  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. 
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.11 915 12/18/2024
0.23.10 97 12/12/2024
0.23.9 105 11/29/2024
0.23.8 153 11/1/2024
0.23.7 4,216 10/9/2024
0.23.6 974 9/21/2024
0.23.5 135 9/15/2024
0.23.4 130 9/7/2024
0.23.3 1,156 8/15/2024
0.23.2 195 6/28/2024
0.23.1 130 6/22/2024
0.23.0 7,063 4/25/2024
0.22.0 5,888 2/26/2024
0.21.16 20,532 11/16/2023
0.21.15 374 11/16/2023
0.21.14 144 11/15/2023
0.21.13 191 11/14/2023
0.21.12 291 10/27/2023
0.21.11 373 10/24/2023
0.21.9 10,613 9/27/2023
0.21.8 409 9/26/2023
0.21.7 426 9/26/2023
0.21.6 291 9/20/2023
0.21.5 277 9/18/2023
0.21.4 248 9/17/2023
0.21.3 323 9/14/2023
0.21.2 248 9/4/2023
0.21.1 436 8/15/2023
0.21.0 20,004 6/25/2023
0.20.27 5,856 6/15/2023
0.20.26 2,103 6/5/2023
0.20.25 461 6/3/2023
0.20.24 254 6/1/2023
0.20.23 239 5/31/2023
0.20.22 524 5/21/2023
0.20.21 285 5/15/2023
0.20.20 263 5/11/2023
0.20.19 268 5/8/2023
0.20.18 258 5/8/2023
0.20.17 280 5/4/2023
0.20.16 281 5/1/2023
0.20.15 256 4/27/2023
0.20.14 326 4/21/2023
0.20.13 325 4/13/2023
0.20.12 398 3/17/2023
0.20.11 381 3/15/2023
0.20.10 320 3/15/2023
0.20.9 327 3/14/2023
0.20.8 361 3/14/2023
0.20.7 335 3/13/2023
0.20.6 390 3/11/2023
0.20.5 336 3/11/2023
0.20.4 372 3/9/2023
0.20.3 367 3/8/2023
0.20.2 365 3/7/2023
0.20.1 371 3/7/2023
0.20.0 426 2/22/2023
0.19.3 408 2/19/2023
0.19.2 458 2/2/2023
0.19.1 429 1/28/2023
0.19.0 469 1/15/2023
0.19.0-alpha7 404 1/15/2023
0.19.0-alpha6 344 1/14/2023
0.19.0-alpha5 348 1/12/2023
0.19.0-alpha4 362 1/11/2023
0.19.0-alpha3 422 1/5/2023
0.19.0-alpha2 400 1/4/2023
0.19.0-alpha1 398 1/3/2023
0.18.1 574 11/11/2022
0.18.0 479 11/7/2022
0.17.0 533 9/11/2022
0.16.5 576 7/29/2022
0.16.4 598 6/13/2022
0.16.3 642 5/7/2022
0.16.2 601 5/6/2022
0.16.1 581 5/5/2022
0.16.0 677 4/13/2022
0.15.1 605 4/4/2022
0.15.0 620 3/20/2022
0.14.3 615 2/27/2022
0.14.2 594 2/18/2022
0.14.1 580 1/26/2022
0.14.0 562 1/26/2022
0.13.8 626 1/14/2022
0.13.7 595 1/13/2022
0.13.6 578 1/13/2022
0.13.5 618 1/12/2022
0.13.4 608 1/11/2022
0.13.3 600 1/10/2022
0.13.2 402 12/24/2021
0.13.1 400 12/24/2021
0.13.0 393 12/23/2021
0.12.0 444 12/6/2021
0.11.5 499 10/17/2021
0.11.4 467 10/17/2021
0.11.3 467 9/28/2021
0.11.2 447 9/26/2021
0.11.1 501 9/25/2021
0.11.0 523 9/24/2021
0.10.0 489 9/9/2021
0.8.9 408 8/13/2021
0.8.8 460 8/5/2021
0.8.7 455 7/20/2021
0.8.6 487 7/13/2021
0.8.5 446 7/6/2021
0.8.4 456 6/24/2021
0.8.3 532 6/13/2021
0.8.2 442 6/8/2021
0.8.1 403 6/2/2021
0.8.0 428 5/27/2021
0.7.0 419 5/10/2021
0.6.0 398 5/3/2021
0.5.5 438 4/22/2021
0.5.0 418 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.25 Updates to trgen. NB: not all Trash tools supported yet.