trparse 0.23.0

dotnet tool install --global trparse --version 0.23.0
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.23.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=trparse&version=0.23.0
nuke :add-package trparse --version 0.23.0

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 parsed depending on the extension of the file name:

  • .g2 for an ANTLRv2 grammar
  • .g3 for an ANTLRv3 grammar
  • .g4 for an ANTLRv4 grammar
  • .y for a Bison grammar
  • .rex for a Rex grammar
  • .gram for a pegen grammar

You can force the type of parse with the --type command-line option:

  • ANTLRv4 for ANTLRv2
  • ANTLRv3 for ANTLRv3
  • ANTLRv2 for ANTLRv4
  • Bison for Bison
  • rex for Rex
  • pegen_v3_10 for the Generated/ parser

Usage

trparse (<string> | <options>)*
-i, --input      Parse the given string as input.
-t, --type       Specifies type of grammar: ANTLRv4, ANTLRv3, ANTLRv2, Bison, rex, pegen_v3_10
-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 ANTLRv2
echo "1+2+3" | trparse | trtree
mkdir out; trparse MyParser.g4 MyLexer.g4 | trkleene | trsponge -o out

Current version

0.23.0 Major changes to trgen, trparse, trfoldlit, trquery. Removal of trinsert, trdelete, trmove, trdelabel, trstrip.

License

The MIT License

Copyright (c) 2024 Ken Domino

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 49 4/25/2024
0.22.0 4,955 2/26/2024
0.21.16 20,449 11/16/2023
0.21.15 317 11/16/2023
0.21.14 87 11/15/2023
0.21.13 136 11/14/2023
0.21.12 235 10/27/2023
0.21.11 304 10/24/2023
0.21.9 10,561 9/27/2023
0.21.8 325 9/26/2023
0.21.7 346 9/26/2023
0.21.6 214 9/20/2023
0.21.5 198 9/18/2023
0.21.4 171 9/17/2023
0.21.3 240 9/14/2023
0.21.2 168 9/4/2023
0.21.1 372 8/15/2023
0.21.0 19,259 6/25/2023
0.20.27 5,714 6/15/2023
0.20.26 2,059 6/5/2023
0.20.25 408 6/3/2023
0.20.24 202 6/1/2023
0.20.23 194 5/31/2023
0.20.22 473 5/21/2023
0.20.21 237 5/15/2023
0.20.20 214 5/11/2023
0.20.19 213 5/8/2023
0.20.18 203 5/8/2023
0.20.17 230 5/4/2023
0.20.16 239 5/1/2023
0.20.15 200 4/27/2023
0.20.14 269 4/21/2023
0.20.13 274 4/13/2023
0.20.12 373 3/17/2023
0.20.11 336 3/15/2023
0.20.10 277 3/15/2023
0.20.9 281 3/14/2023
0.20.8 315 3/14/2023
0.20.7 277 3/13/2023
0.20.6 347 3/11/2023
0.20.5 289 3/11/2023
0.20.4 322 3/9/2023
0.20.3 322 3/8/2023
0.20.2 318 3/7/2023
0.20.1 322 3/7/2023
0.20.0 382 2/22/2023
0.19.3 350 2/19/2023
0.19.2 405 2/2/2023
0.19.1 380 1/28/2023
0.19.0 421 1/15/2023
0.19.0-alpha7 336 1/15/2023
0.19.0-alpha6 279 1/14/2023
0.19.0-alpha5 296 1/12/2023
0.19.0-alpha4 307 1/11/2023
0.19.0-alpha3 361 1/5/2023
0.19.0-alpha2 333 1/4/2023
0.19.0-alpha1 334 1/3/2023
0.18.1 529 11/11/2022
0.18.0 434 11/7/2022
0.17.0 482 9/11/2022
0.16.5 525 7/29/2022
0.16.4 537 6/13/2022
0.16.3 581 5/7/2022
0.16.2 547 5/6/2022
0.16.1 528 5/5/2022
0.16.0 613 4/13/2022
0.15.1 556 4/4/2022
0.15.0 570 3/20/2022
0.14.3 564 2/27/2022
0.14.2 544 2/18/2022
0.14.1 531 1/26/2022
0.14.0 512 1/26/2022
0.13.8 578 1/14/2022
0.13.7 546 1/13/2022
0.13.6 532 1/13/2022
0.13.5 568 1/12/2022
0.13.4 563 1/11/2022
0.13.3 556 1/10/2022
0.13.2 357 12/24/2021
0.13.1 355 12/24/2021
0.13.0 349 12/23/2021
0.12.0 389 12/6/2021
0.11.5 448 10/17/2021
0.11.4 420 10/17/2021
0.11.3 420 9/28/2021
0.11.2 403 9/26/2021
0.11.1 445 9/25/2021
0.11.0 471 9/24/2021
0.10.0 450 9/9/2021
0.8.9 368 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 401 7/6/2021
0.8.4 406 6/24/2021
0.8.3 487 6/13/2021
0.8.2 402 6/8/2021
0.8.1 357 6/2/2021
0.8.0 384 5/27/2021
0.7.0 374 5/10/2021
0.6.0 357 5/3/2021
0.5.5 397 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 parsed
depending on the extension of the file name:
* `.g2` for an ANTLRv2 grammar
* `.g3` for an ANTLRv3 grammar
* `.g4` for an ANTLRv4 grammar
* `.y` for a Bison grammar
* `.rex` for a Rex grammar
* `.gram` for a pegen grammar
You can force the type of parse with
the `--type` command-line option:
* `ANTLRv4` for ANTLRv2
* `ANTLRv3` for ANTLRv3
* `ANTLRv2` for ANTLRv4
* `Bison` for Bison
* `rex` for Rex
* `pegen_v3_10` for the `Generated/` parser
## Usage
trparse (<string> | <options>)*
-i, --input      Parse the given string as input.
-t, --type       Specifies type of grammar: ANTLRv4, ANTLRv3, ANTLRv2, Bison, rex, pegen_v3_10
-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 ANTLRv2
echo "1+2+3" | trparse | trtree
mkdir out; trparse MyParser.g4 MyLexer.g4 | trkleene | trsponge -o out
## Current version
0.23.0 Major changes to trgen, trparse, trfoldlit, trquery. Removal of trinsert, trdelete, trmove, trdelabel, trstrip.
## License
The MIT License
Copyright (c) 2024 Ken Domino
Permission is hereby granted, free of charge,
to any person obtaining a copy of this software and
associated documentation files (the "Software"), to
deal in the Software without restriction, including
without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom
the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice
shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.