YaccLexTools 1.2.1
See the version list below for details.
dotnet add package YaccLexTools --version 1.2.1
NuGet\Install-Package YaccLexTools -Version 1.2.1
<PackageReference Include="YaccLexTools" Version="1.2.1" />
paket add YaccLexTools --version 1.2.1
#r "nuget: YaccLexTools, 1.2.1"
// Install YaccLexTools as a Cake Addin #addin nuget:?package=YaccLexTools&version=1.2.1 // Install YaccLexTools as a Cake Tool #tool nuget:?package=YaccLexTools&version=1.2.1
Yacc/Lex Tools
Lex and Yacc are useful tools that you would use if you want to create a compiler, a transpiler or you just want to interpret a formal language.
YaccLexTools is focused on C#. Other tools are available for other programming languages like C/C++, F#, Java, etc.
YaccLexTools translantes Yacc and Lex files in C# code thanks to the tools GPPG and GPLEX and simplify the use of these tools in the C# projects building process.
Read my blog post for more details:
https://devnotes.ernstc.net/yacclextools
Nuget package: https://www.nuget.org/packages/YaccLexTools/
Learn more about Target Frameworks and .NET Standard.
-
- YaccLexTools.Gplex (>= 1.2.2.3 && < 1.3.0)
- YaccLexTools.Gppg (>= 1.5.2.3 && < 1.6.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on YaccLexTools:
Package | Downloads |
---|---|
Kae.XTUML.Tools.CIModelResolver
Generator of Kae.CIM.MetaMode.CIMofCIM classes and importer of xtuml domain model. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on YaccLexTools:
Repository | Stars |
---|---|
morkt/GARbro
Visual Novels resource browser
|
|
olegsych/T4Toolbox
|
|
jdevillard/JmesPath.Net
A fully compliant implementation of JMESPATH for .NetCore
|