Preagonal.Scripting.GSAst.Grammar 0.0.5

dotnet add package Preagonal.Scripting.GSAst.Grammar --version 0.0.5
                    
NuGet\Install-Package Preagonal.Scripting.GSAst.Grammar -Version 0.0.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Preagonal.Scripting.GSAst.Grammar" Version="0.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Preagonal.Scripting.GSAst.Grammar" Version="0.0.5" />
                    
Directory.Packages.props
<PackageReference Include="Preagonal.Scripting.GSAst.Grammar" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Preagonal.Scripting.GSAst.Grammar --version 0.0.5
                    
#r "nuget: Preagonal.Scripting.GSAst.Grammar, 0.0.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Preagonal.Scripting.GSAst.Grammar@0.0.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Preagonal.Scripting.GSAst.Grammar&version=0.0.5
                    
Install as a Cake Addin
#tool nuget:?package=Preagonal.Scripting.GSAst.Grammar&version=0.0.5
                    
Install as a Cake Tool

Preagonal.Scripting.GSAst

Shared GS1/GS2 ANTLR grammar and AST front-end, extracted from Preagonal.Scripting.GS2Compiler so the same grammar and (eventually) AST node types can be consumed by both the compiler and Preagonal.Scripting.GS2Decompiler.

Currently contains the GS1 and GS2 ANTLR4 grammars (Grammar/GS1Lexer.g4, Grammar/GS1Parser.g4, Grammar/GS2Lexer.g4, Grammar/GS2Parser.g4) plus their custom lexer-action helper partial classes (GS1Lexer.Helpers.cs, GS2Lexer.Helpers.cs).

GS1 upstream revision, C# port details, and retained compatibility fixes are recorded in the grammar provenance.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Preagonal.Scripting.GSAst.Grammar:

Package Downloads
Preagonal.Scripting.GS2Compiler

GS2 compiler compatible with Preagonal.Scripting.GS2Engine.

Preagonal.Scripting.GS2Decompiler

GS2 decompiler compatible with Preagonal.Scripting.GS2Engine.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.5 103 9/13/2026
0.0.4 55 9/12/2026
0.0.3 1,372 7/13/2026