go.text.scanner
1.23.1.5
dotnet add package go.text.scanner --version 1.23.1.5
NuGet\Install-Package go.text.scanner -Version 1.23.1.5
<PackageReference Include="go.text.scanner" Version="1.23.1.5" />
<PackageVersion Include="go.text.scanner" Version="1.23.1.5" />
<PackageReference Include="go.text.scanner" />
paket add go.text.scanner --version 1.23.1.5
#r "nuget: go.text.scanner, 1.23.1.5"
#:package go.text.scanner@1.23.1.5
#addin nuget:?package=go.text.scanner&version=1.23.1.5
#tool nuget:?package=go.text.scanner&version=1.23.1.5
go.text.scanner
C# package converted from the Go standard library by go2cs.
Package scanner provides a scanner and tokenizer for UTF-8-encoded text. It takes an io.Reader providing the source, which then can be tokenized through repeated calls to the Scan function. For compatibility with existing tools, the NUL character is not allowed. If the first character in the source is a UTF-8 encoded byte order mark (BOM), it is discarded.
By default, a [Scanner] skips white space and Go comments and recognizes all literals as defined by the Go language specification. It may be customized to recognize only a subset of those literals and to recognize different identifier and white space characters.
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 | Versions 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. |
-
net9.0
- go.bytes (>= 1.23.1.5)
- go.fmt (>= 1.23.1.5)
- go.io (>= 1.23.1.5)
- go.lib (>= 1.23.1.5)
- go.os (>= 1.23.1.5)
- go.unicode (>= 1.23.1.5)
- go.unicode.utf8 (>= 1.23.1.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on go.text.scanner:
| Package | Downloads |
|---|---|
|
go.go.internal.gccgoimporter
go.internal.gccgoimporter (net9.0 - Release) -- C# project converted from Go source |
GitHub repositories
This package is not used by any popular GitHub repositories.