Jammo.ParserTools
1.5.3
This library was hastily patched together without any thought for scalability. Use the remade version instead.
See the version list below for details.
dotnet add package Jammo.ParserTools --version 1.5.3
NuGet\Install-Package Jammo.ParserTools -Version 1.5.3
<PackageReference Include="Jammo.ParserTools" Version="1.5.3" />
<PackageVersion Include="Jammo.ParserTools" Version="1.5.3" />
<PackageReference Include="Jammo.ParserTools" />
paket add Jammo.ParserTools --version 1.5.3
#r "nuget: Jammo.ParserTools, 1.5.3"
#:package Jammo.ParserTools@1.5.3
#addin nuget:?package=Jammo.ParserTools&version=1.5.3
#tool nuget:?package=Jammo.ParserTools&version=1.5.3
Will add documentation soon
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- 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 | 831 | 4/23/2022 | |
1.7.3 | 646 | 1/10/2022 | |
1.7.2 | 1,295 | 1/4/2022 | |
1.7.1 | 642 | 12/30/2021 | |
1.7.0 | 1,020 | 11/14/2021 | |
1.6.0 | 700 | 11/6/2021 | |
1.5.4 | 829 | 10/29/2021 | |
1.5.3 | 744 | 10/27/2021 | |
1.5.2 | 699 | 10/23/2021 | |
1.5.0 | 694 | 10/21/2021 | |
1.4.0 | 732 | 10/14/2021 | |
1.3.1 | 703 | 10/13/2021 | |
1.3.0 | 735 | 10/10/2021 | |
1.2.2 | 858 | 10/10/2021 | |
1.2.1 | 848 | 10/10/2021 | |
1.2.0 | 801 | 9/26/2021 | |
1.1.40 | 718 | 9/24/2021 | |
1.1.36 | 896 | 9/24/2021 | |
1.1.34 | 1,086 | 9/24/2021 | |
1.1.3 | 680 | 9/17/2021 | |
1.1.2 | 713 | 9/16/2021 | |
1.1.1 | 1,358 | 9/16/2021 | |
1.1.0 | 808 | 9/11/2021 | |
1.0.0 | 764 | 9/11/2021 |
Fix a bug in Tokenizer where newlines would be grouped as regular
whitespace if another whitespace character appeared infront of it
Add StringContext, defines the column and line a token appeared in a
certian string
Add GenericLexerToken, removes some code duplication when creating lexer
wrappers
Move BasicToken and BasicTokenCollection to their own files