Jammo.ParserTools 1.8.0

Suggested Alternatives

TokenCs

Additional Details

This library was hastily patched together without any thought for scalability. Use the remade version instead.

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

Nothing yet... I swear I'll get to this

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net9.0 was computed.  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.
  • net6.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Jammo.ParserTools:

Package Downloads
SettingsConfig

Basic library for storing settings

Jammo.TextAnalysis

A package meant for analysis of multiple programming languages and file extensions.

YASF

Library for parsing settings in an easy to use format.

BakedEnv

A scripting language built in C#, for C#.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.8.0 781 4/23/2022 1.8.0 is deprecated because it is no longer maintained and has critical bugs.
1.7.3 600 1/10/2022 1.7.3 is deprecated because it is no longer maintained and has critical bugs.
1.7.2 1,232 1/4/2022 1.7.2 is deprecated because it is no longer maintained and has critical bugs.
1.7.1 596 12/30/2021 1.7.1 is deprecated because it is no longer maintained and has critical bugs.
1.7.0 974 11/14/2021 1.7.0 is deprecated because it is no longer maintained and has critical bugs.
1.6.0 654 11/6/2021 1.6.0 is deprecated because it is no longer maintained and has critical bugs.
1.5.4 783 10/29/2021 1.5.4 is deprecated because it is no longer maintained and has critical bugs.
1.5.3 699 10/27/2021 1.5.3 is deprecated because it is no longer maintained and has critical bugs.
1.5.2 654 10/23/2021 1.5.2 is deprecated because it is no longer maintained and has critical bugs.
1.5.0 648 10/21/2021 1.5.0 is deprecated because it is no longer maintained and has critical bugs.
1.4.0 687 10/14/2021 1.4.0 is deprecated because it is no longer maintained and has critical bugs.
1.3.1 657 10/13/2021 1.3.1 is deprecated because it is no longer maintained and has critical bugs.
1.3.0 684 10/10/2021 1.3.0 is deprecated because it is no longer maintained and has critical bugs.
1.2.2 812 10/10/2021 1.2.2 is deprecated because it is no longer maintained and has critical bugs.
1.2.1 801 10/10/2021 1.2.1 is deprecated because it is no longer maintained and has critical bugs.
1.2.0 756 9/26/2021 1.2.0 is deprecated because it is no longer maintained and has critical bugs.
1.1.40 666 9/24/2021 1.1.40 is deprecated because it is no longer maintained and has critical bugs.
1.1.36 836 9/24/2021 1.1.36 is deprecated because it is no longer maintained and has critical bugs.
1.1.34 1,011 9/24/2021 1.1.34 is deprecated because it is no longer maintained and has critical bugs.
1.1.3 644 9/17/2021 1.1.3 is deprecated because it is no longer maintained and has critical bugs.
1.1.2 666 9/16/2021 1.1.2 is deprecated because it is no longer maintained and has critical bugs.
1.1.1 1,259 9/16/2021 1.1.1 is deprecated because it is no longer maintained and has critical bugs.
1.1.0 763 9/11/2021 1.1.0 is deprecated because it is no longer maintained and has critical bugs.
1.0.0 716 9/11/2021 1.0.0 is deprecated because it is no longer maintained and has critical bugs.

Major change to Tokenizer/Lexer
Tokenizer now uses IEnumerable<char> instead of a full string