go.go.parser 1.23.1.5

dotnet add package go.go.parser --version 1.23.1.5
                    
NuGet\Install-Package go.go.parser -Version 1.23.1.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="go.go.parser" Version="1.23.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="go.go.parser" Version="1.23.1.5" />
                    
Directory.Packages.props
<PackageReference Include="go.go.parser" />
                    
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 go.go.parser --version 1.23.1.5
                    
#r "nuget: go.go.parser, 1.23.1.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 go.go.parser@1.23.1.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=go.go.parser&version=1.23.1.5
                    
Install as a Cake Addin
#tool nuget:?package=go.go.parser&version=1.23.1.5
                    
Install as a Cake Tool

go.go.parser

C# package converted from the Go standard library by go2cs.

Tests Docs Source Source

Package parser implements a parser for Go source files. Input may be provided in a variety of forms (see the various Parse* functions); the output is an abstract syntax tree (AST) representing the Go source. The parser is invoked through one of the Parse* functions.

The parser accepts a larger language than is syntactically permitted by the Go spec, for simplicity, and for improved robustness in the presence of syntax errors. For instance, in method declarations, the receiver is treated like an ordinary parameter list and thus may contain multiple entries where the spec permits exactly one. Consequently, the corresponding field in the AST (ast.FuncDecl.Recv) field is not restricted to one entry.


Copyright 2009 The Go Authors. All rights reserved. This C# package is converted from Go standard library source; use of that source is governed by a BSD-style license that can be found in the LICENSE file. The go2cs conversion itself is distributed under the MIT license.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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.  net10.0 was computed.  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 (5)

Showing the top 5 NuGet packages that depend on go.go.parser:

Package Downloads
go.go.types

go.types (net9.0 - Release) -- C# project converted from Go source

go.go.build

go.build (net9.0 - Release) -- C# project converted from Go source

go.internal.fuzz

internal.fuzz (net9.0 - Release) -- C# project converted from Go source

go.go.internal.srcimporter

go.internal.srcimporter (net9.0 - Release) -- C# project converted from Go source

go.go.format

go.format (net9.0 - Release) -- C# project converted from Go source

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.23.1.5 0 8/9/2026
1.23.1.4 42 8/8/2026
1.23.1.3 190 8/4/2026
1.23.1.2 224 7/27/2026
1.23.1.1 237 7/14/2026