Redpoint.Lexer 2024.1124.465

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Redpoint.Lexer --version 2024.1124.465
NuGet\Install-Package Redpoint.Lexer -Version 2024.1124.465
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="Redpoint.Lexer" Version="2024.1124.465" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Redpoint.Lexer --version 2024.1124.465
#r "nuget: Redpoint.Lexer, 2024.1124.465"
#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.
// Install Redpoint.Lexer as a Cake Addin
#addin nuget:?package=Redpoint.Lexer&version=2024.1124.465

// Install Redpoint.Lexer as a Cake Tool
#tool nuget:?package=Redpoint.Lexer&version=2024.1124.465

Redpoint.Lexer

A zero-allocation, span-based lexing library for C#. You should also install Redpoint.Lexer.SourceGenerator.

This library is experimental. To declare lexing methods, create a partial class with partial methods like this:

public partial class TestLexer
{
    [LexerTokenizer("test")]
    public static partial ReadOnlySpan<char> ConsumeTest(ref ReadOnlySpan<char> span, ref LexerCursor cursor);

    [PermitNewlineContinuations]
    [LexerTokenizer("test")]
    public static partial LexerFragment ConsumeTestWithNewlines(ref ReadOnlySpan<char> span, ref LexerCursor cursor);

    [LexerTokenizer("[a-zA-Z_][a-zA-Z0-9_]*")]
    public static partial ReadOnlySpan<char> ConsumeWord(ref ReadOnlySpan<char> span, ref LexerCursor cursor);

    [PermitNewlineContinuations]
    [LexerTokenizer("[a-zA-Z_][a-zA-Z0-9_]*")]
    public static partial LexerFragment ConsumeWordWithNewlines(ref ReadOnlySpan<char> span, ref LexerCursor cursor);

    [LexerTokenizer("hello[0-9]wo[0-9]+rld[0-9]*done")]
    public static partial ReadOnlySpan<char> ConsumeAdvanced(ref ReadOnlySpan<char> span, ref LexerCursor cursor);
}
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.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2024.1124.465 0 5/3/2024
2024.1123.1162 0 5/2/2024
2024.1123.1117 0 5/2/2024
2024.1123.1050 0 5/2/2024
2024.1122.352 45 5/1/2024
2024.1122.233 44 5/1/2024
2024.1115.1101 75 4/24/2024
2024.1115.1048 64 4/24/2024
2024.1115.932 64 4/24/2024
2024.1115.858 71 4/24/2024
2024.1115.665 77 4/24/2024
2024.1115.648 75 4/24/2024
2024.1115.591 77 4/24/2024
2024.1101.390 81 4/10/2024
2024.1100.741 78 4/9/2024
2024.1099.526 80 4/8/2024
2024.1099.466 72 4/8/2024
2024.1098.573 72 4/7/2024
2024.1095.977 70 4/4/2024
2024.1095.847 73 4/4/2024
2024.1095.604 70 4/4/2024
2024.1095.485 76 4/4/2024
2024.1094.930 78 4/3/2024
2024.1094.910 75 4/3/2024
2024.1094.387 83 4/3/2024
2024.1094.313 76 4/3/2024
2024.1093.520 65 4/2/2024
2024.1092.240 75 4/1/2024
2024.1089.1425 87 3/29/2024
2024.1089.983 75 3/29/2024
2024.1089.942 77 3/29/2024
2024.1089.2 90 3/29/2024
2024.1088.1343 86 3/28/2024
2024.1088.1139 69 3/28/2024
2024.1088.875 76 3/28/2024
2024.1088.700 75 3/28/2024
2024.1088.603 60 3/28/2024
2024.1088.590 77 3/28/2024
2024.1088.575 75 3/28/2024
2024.1088.561 81 3/28/2024
2024.1088.506 80 3/28/2024
2024.1088.18 89 3/28/2024
2024.1087.1181 83 3/27/2024
2024.1087.1173 84 3/27/2024
2024.1087.1143 77 3/27/2024
2024.1087.1108 96 3/27/2024
2024.1087.950 61 3/27/2024
2024.1087.939 84 3/27/2024
2024.1087.252 75 3/27/2024
2024.1070.736 92 3/10/2024
2024.1049.1437 85 2/19/2024
2024.1036.571 88 2/5/2024
2024.1036.508 67 2/5/2024
2024.1032.1204 80 2/1/2024
2024.1032.1133 77 2/1/2024
2024.1032.1122 78 2/1/2024
2024.1032.1071 67 2/1/2024
2024.1032.940 77 2/1/2024
2024.1031.912 73 1/31/2024
2024.1031.893 71 1/31/2024
2024.1031.851 66 1/31/2024
2024.1031.829 65 1/31/2024
2024.1031.386 74 1/31/2024
2024.1031.318 73 1/31/2024
2024.1017.460 95 1/17/2024
2024.1017.420 83 1/17/2024
2024.1017.163 82 1/17/2024