trsplit 0.23.0

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

trsplit

Summary

Split a combined Antlr4 grammar

Description

The split command splits one grammar into two. The input grammar must be a combined lexer/parser grammar implemented in one file. The transformation creates a lexer grammar and a parser grammar, outputed as parse tree data with the two grammars. trsponge is used to instantiate the two files in the file system.

Usage

trsplit

Details

The trsplit application splits a combined grammar into two files. It does this as follows:

  • Partition the rules in the grammar into parser and lexer rules. This is done by examining the LHS symbol: parser rules start with a lowercase LHS symbol name; lexer rules start with an uppercase LHS symbol name.
  • In the parser grammar, insert an optionsSpec declaration that contains a tokenVocab specification for the name of the vocabulary generated for the lexer grammar.
  • Add grammarDecl statements to the top of the new files to declare the parser and lexer grammars.

After splitting, use trsponge to output the files. The resulting files may require hand-tweaking due to various constraints that split grammars must follow, including:

  • String literals that do not have a corresponding lexer rule must be modified.
  • Parser options do not apply to lexer grammars. Remove or replace.

Example

trparse Arithmetic.g4 | trsplit | trsponge

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 140 4/25/2024
0.22.0 168 2/26/2024
0.21.16 240 11/16/2023
0.21.15 117 11/16/2023
0.21.14 105 11/15/2023
0.21.13 120 11/14/2023
0.21.12 198 10/27/2023
0.21.11 167 10/24/2023
0.21.9 219 9/27/2023
0.21.8 149 9/26/2023
0.21.7 186 9/26/2023
0.21.6 164 9/20/2023
0.21.5 163 9/18/2023
0.21.4 179 9/17/2023
0.21.3 174 9/14/2023
0.21.2 155 9/4/2023
0.21.1 229 8/15/2023
0.21.0 208 6/25/2023
0.20.27 161 6/15/2023
0.20.26 167 6/5/2023
0.20.25 152 6/3/2023
0.20.24 161 6/1/2023
0.20.23 153 5/31/2023
0.20.22 165 5/21/2023
0.20.21 176 5/15/2023
0.20.20 158 5/11/2023
0.20.19 166 5/8/2023
0.20.18 170 5/8/2023
0.20.17 183 5/4/2023
0.20.16 210 5/1/2023
0.20.15 184 4/27/2023
0.20.14 192 4/21/2023
0.20.13 214 4/13/2023
0.20.12 275 3/17/2023
0.20.11 256 3/15/2023
0.20.10 255 3/15/2023
0.20.9 261 3/14/2023
0.20.8 262 3/14/2023
0.20.7 259 3/13/2023
0.20.6 263 3/11/2023
0.20.5 254 3/11/2023
0.20.4 254 3/9/2023
0.20.3 255 3/8/2023
0.20.2 244 3/7/2023
0.20.1 252 3/7/2023
0.20.0 314 2/22/2023
0.19.3 290 2/19/2023
0.19.2 328 2/2/2023
0.19.1 326 1/28/2023
0.19.0 342 1/15/2023
0.19.0-alpha7 228 1/15/2023
0.19.0-alpha6 241 1/14/2023
0.19.0-alpha5 246 1/12/2023
0.19.0-alpha4 227 1/11/2023
0.18.1 472 11/11/2022
0.18.0 445 11/7/2022
0.17.0 504 9/11/2022
0.16.5 564 7/29/2022
0.16.4 549 6/13/2022
0.16.3 541 5/7/2022
0.16.2 556 5/6/2022
0.16.1 531 5/5/2022
0.16.0 607 4/13/2022
0.15.1 561 4/4/2022
0.15.0 534 3/20/2022
0.14.3 544 2/27/2022
0.14.2 528 2/18/2022
0.14.1 564 1/26/2022
0.14.0 542 1/26/2022
0.13.8 546 1/14/2022
0.13.7 546 1/13/2022
0.13.6 545 1/13/2022
0.13.5 577 1/12/2022
0.13.4 524 1/11/2022
0.13.3 533 1/10/2022
0.13.2 354 12/24/2021
0.13.1 380 12/24/2021
0.13.0 362 12/23/2021
0.12.0 377 12/6/2021
0.11.5 460 10/17/2021
0.11.4 452 10/17/2021
0.11.3 396 9/28/2021
0.11.2 427 9/26/2021
0.11.1 441 9/25/2021
0.11.0 472 9/24/2021
0.10.0 462 9/9/2021
0.8.9 422 8/13/2021
0.8.8 396 8/5/2021
0.8.7 402 7/20/2021
0.8.6 419 7/13/2021
0.8.5 387 7/6/2021
0.8.4 402 6/24/2021
0.8.3 479 6/13/2021
0.8.2 396 6/8/2021
0.8.1 376 6/2/2021

# trsplit
## Summary
Split a combined Antlr4 grammar
## Description
The split command splits one grammar into two. The input grammar
must be a combined lexer/parser grammar implemented in one file.
The transformation creates a lexer grammar and a parser grammar,
outputed as parse tree data with the two grammars.
[trsponge](https://github.com/kaby76/Domemtech.Trash/tree/main/trsponge)
is used to instantiate the two files in the file system.
## Usage
trsplit
## Details
The `trsplit` application splits a combined grammar into two files.
It does this as follows:
* Partition the rules in the grammar into parser and lexer rules. This
is done by examining the LHS symbol: parser rules start with a lowercase
LHS symbol name; lexer rules start with an uppercase LHS symbol name.
* In the parser grammar, insert an `optionsSpec` declaration that
contains a `tokenVocab` specification for the name of the vocabulary
generated for the lexer grammar.
* Add `grammarDecl` statements to the top of the new files to declare
the parser and lexer grammars.
After splitting, use `trsponge` to output the files. The resulting files
may require hand-tweaking due to various constraints that split grammars
must follow, including:
* String literals that do not have a corresponding lexer rule must be
modified.
* Parser options do not apply to lexer grammars. Remove or replace.
## Example
trparse Arithmetic.g4 | trsplit | trsponge
## 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.