trgen 0.23.8
dotnet tool install --global trgen --version 0.23.8
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local trgen --version 0.23.8
#tool dotnet:?package=trgen&version=0.23.8
nuke :add-package trgen --version 0.23.8
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-<target>/.
If there is a desc.xml
file in the current directory, trgen
will read
it for information on testing the grammar. If there is no desc.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
Specification of desc.xml
The desc.xml is an XML file that specifies how to generate a driver and test a grammar. The desc.xml is similar to the Antlr Maven Tester pom.xml file, but with a few extension. trgen analyzes the grammar to determine how to test the grammar; this analysis simplifies the information needed in the desc.xml that would be required in the pom.xml.
A typical desc.xml simply specifies all targets to test.
<?xml version="1.0" encoding="UTF-8" ?>
<desc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../_scripts/desc.xsd">
<targets>Antlr4cs;Antlr4ng;Cpp;CSharp;Dart;Go;Java;JavaScript;PHP;Python3;TypeScript</targets>
</desc>
trgen will read all .g4's contained in the directory with the desc.xml file.
It computes a dependency graph of the grammars used via tokenVocab
options,
and import
statements. The tool will then perform a topological sort, determine
the first "top-level" parser or combined grammar, and use that grammar for testing.
The start rule for the driver for testing will be determined by looking for the
first EOF-terminated rule. With these two analyses, the desc.xml eliminates the
need to specify information that is required in the pom.xml, and helps to greatly
simplify and eliminate bugs created when adding new grammars.
Current version
0.23.8 Fixed #494, #496, #497.
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 | Versions 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. |
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
0.23.8 | 120 | 11/1/2024 |
0.23.7 | 2,541 | 10/9/2024 |
0.23.6 | 958 | 9/21/2024 |
0.23.5 | 119 | 9/15/2024 |
0.23.4 | 133 | 9/7/2024 |
0.23.3 | 1,145 | 8/15/2024 |
0.23.2 | 193 | 6/28/2024 |
0.23.1 | 118 | 6/22/2024 |
0.23.0 | 7,615 | 4/25/2024 |
0.22.0 | 5,304 | 2/26/2024 |
0.21.16 | 20,641 | 11/16/2023 |
0.21.15 | 366 | 11/16/2023 |
0.21.14 | 187 | 11/15/2023 |
0.21.13 | 138 | 11/14/2023 |
0.21.12 | 246 | 10/27/2023 |
0.21.11 | 333 | 10/24/2023 |
0.21.9 | 10,672 | 9/27/2023 |
0.21.8 | 367 | 9/26/2023 |
0.21.7 | 368 | 9/26/2023 |
0.21.6 | 233 | 9/20/2023 |
0.21.5 | 229 | 9/18/2023 |
0.21.4 | 204 | 9/17/2023 |
0.21.3 | 271 | 9/14/2023 |
0.21.2 | 240 | 9/4/2023 |
0.21.1 | 368 | 8/15/2023 |
0.21.0 | 20,446 | 6/25/2023 |
0.20.27 | 5,243 | 6/15/2023 |
0.20.26 | 2,123 | 6/5/2023 |
0.20.25 | 521 | 6/3/2023 |
0.20.24 | 196 | 6/1/2023 |
0.20.23 | 2,463 | 5/31/2023 |
0.20.22 | 473 | 5/21/2023 |
0.20.21 | 206 | 5/15/2023 |
0.20.20 | 229 | 5/11/2023 |
0.20.19 | 9,416 | 5/8/2023 |
0.20.18 | 218 | 5/8/2023 |
0.20.17 | 2,912 | 5/4/2023 |
0.20.16 | 281 | 5/1/2023 |
0.20.15 | 1,380 | 4/27/2023 |
0.20.14 | 290 | 4/21/2023 |
0.20.13 | 336 | 4/13/2023 |
0.20.12 | 10,154 | 3/17/2023 |
0.20.11 | 2,429 | 3/15/2023 |
0.20.10 | 395 | 3/15/2023 |
0.20.9 | 427 | 3/14/2023 |
0.20.8 | 355 | 3/14/2023 |
0.20.7 | 358 | 3/13/2023 |
0.20.6 | 2,639 | 3/11/2023 |
0.20.5 | 373 | 3/11/2023 |
0.20.4 | 408 | 3/9/2023 |
0.20.3 | 670 | 3/8/2023 |
0.20.2 | 407 | 3/7/2023 |
0.20.1 | 477 | 3/7/2023 |
0.20.0 | 9,682 | 2/22/2023 |
0.19.3 | 397 | 2/19/2023 |
0.19.2 | 4,808 | 2/2/2023 |
0.19.1 | 415 | 1/28/2023 |
0.19.0 | 5,000 | 1/15/2023 |
0.19.0-alpha7 | 441 | 1/15/2023 |
0.19.0-alpha6 | 328 | 1/14/2023 |
0.19.0-alpha5 | 382 | 1/12/2023 |
0.19.0-alpha4 | 342 | 1/11/2023 |
0.19.0-alpha3 | 490 | 1/5/2023 |
0.19.0-alpha2 | 351 | 1/4/2023 |
0.19.0-alpha1 | 408 | 1/4/2023 |
0.18.1 | 494 | 11/11/2022 |
0.18.0 | 513 | 11/7/2022 |
0.17.0 | 731 | 9/11/2022 |
0.16.5 | 547 | 7/29/2022 |
0.16.4 | 563 | 6/13/2022 |
0.16.3 | 36,584 | 5/7/2022 |
0.16.2 | 606 | 5/6/2022 |
0.16.1 | 1,286 | 5/5/2022 |
0.16.0 | 5,115 | 4/13/2022 |
0.15.1 | 569 | 4/4/2022 |
0.15.0 | 614 | 3/20/2022 |
0.14.3 | 596 | 2/27/2022 |
0.14.2 | 557 | 2/18/2022 |
0.14.1 | 11,839 | 1/26/2022 |
0.14.0 | 591 | 1/26/2022 |
0.13.8 | 735 | 1/14/2022 |
0.13.7 | 595 | 1/13/2022 |
0.13.6 | 581 | 1/13/2022 |
0.13.5 | 633 | 1/12/2022 |
0.13.4 | 659 | 1/11/2022 |
0.13.3 | 660 | 1/10/2022 |
0.13.2 | 3,556 | 12/24/2021 |
0.13.1 | 391 | 12/24/2021 |
0.13.0 | 474 | 12/23/2021 |
0.12.0 | 370 | 12/6/2021 |
0.11.5 | 413 | 10/17/2021 |
0.11.4 | 382 | 10/17/2021 |
0.11.3 | 374 | 9/28/2021 |
0.11.2 | 433 | 9/26/2021 |
0.11.1 | 416 | 9/25/2021 |
0.11.0 | 427 | 9/24/2021 |
0.10.0 | 438 | 9/9/2021 |
0.8.9 | 501 | 8/13/2021 |
0.8.8 | 413 | 8/5/2021 |
0.8.7 | 420 | 7/20/2021 |
0.8.6 | 437 | 7/13/2021 |
0.8.5 | 586 | 7/6/2021 |
0.8.4 | 672 | 6/24/2021 |
0.8.3 | 712 | 6/13/2021 |
0.8.2 | 424 | 6/8/2021 |
0.8.1 | 410 | 6/2/2021 |
0.8.0 | 427 | 5/27/2021 |
0.7.0 | 17,350 | 5/10/2021 |
0.6.5 | 493 | 5/7/2021 |
0.6.4 | 486 | 5/7/2021 |
0.6.3 | 452 | 5/4/2021 |
0.6.2 | 432 | 5/4/2021 |
0.6.1 | 411 | 5/4/2021 |
0.6.0 | 423 | 5/3/2021 |
0.5.5 | 417 | 4/22/2021 |
0.5.3 | 2,447 | 4/16/2021 |
0.5.2 | 431 | 4/15/2021 |
0.5.1 | 367 | 4/15/2021 |
0.5.0 | 415 | 4/14/2021 |
# 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-<target>/.
If there is a `desc.xml` file in the current directory, `trgen` will read
it for information on testing the grammar. If there is no `desc.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
## Specification of desc.xml
The desc.xml is an XML file that specifies how to generate a driver and test
a grammar. The desc.xml is similar to the Antlr Maven Tester pom.xml file,
but with a few extension. trgen analyzes the grammar to determine how to test
the grammar; this analysis simplifies the information needed in the desc.xml
that would be required in the pom.xml.
A typical desc.xml simply specifies all targets to test.
```
<?xml version="1.0" encoding="UTF-8" ?>
<desc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../_scripts/desc.xsd">
<targets>Antlr4cs;Antlr4ng;Cpp;CSharp;Dart;Go;Java;JavaScript;PHP;Python3;TypeScript</targets>
</desc>
```
trgen will read all .g4's contained in the directory with the desc.xml file.
It computes a dependency graph of the grammars used via `tokenVocab` options,
and `import` statements. The tool will then perform a topological sort, determine
the first "top-level" parser or combined grammar, and use that grammar for testing.
The start rule for the driver for testing will be determined by looking for the
first EOF-terminated rule. With these two analyses, the desc.xml eliminates the
need to specify information that is required in the pom.xml, and helps to greatly
simplify and eliminate bugs created when adding new grammars.
## Current version
0.23.8 Fixed #494, #496, #497.
## 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.