From f62c08ec72f4ab7f141158c191440e1e70d2ca44 Mon Sep 17 00:00:00 2001 From: sungaila Date: Wed, 10 Feb 2021 02:21:46 +0100 Subject: [PATCH] Update the readme short description --- README.md | 4 ++-- src/Core/Core.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 468bf69..edbc022 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Cdelta Logo +Cdelta Logo # Cdelta [![Azure DevOps builds (branch)](https://img.shields.io/azure-devops/build/sungaila/2feb76e5-ff0c-4623-8319-722a43829660/3/master?style=flat-square)](https://dev.azure.com/sungaila/Cdelta/_build/latest?definitionId=3&branchName=master) @@ -7,7 +7,7 @@ [![NuGet downloads](https://img.shields.io/nuget/dt/Cdelta.svg?style=flat-square)](https://www.nuget.org/packages/Cdelta/) [![GitHub license](https://img.shields.io/github/license/sungaila/Cdelta?style=flat-square)](https://github.com/sungaila/Cdelta/blob/master/LICENSE) -A C# source generator for finite-state machines. +A [C# source generator](https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/) for [finite-state machines](https://en.wikipedia.org/wiki/Finite-state_machine) ‐ easily referenced as a [Roslyn analyzer](https://github.com/dotnet/roslyn-analyzers). Looking for the master's thesis *C𝛿: Design and Implementation of a Transcompiler for Language Integrated Finite-State Machines in C♯*? Look here: https://github.com/sungaila/CdeltaLegacy diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index 45976c4..e2d71e6 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -20,7 +20,7 @@ Icon_128.png https://github.com/sungaila/Cdelta https://raw.githubusercontent.com/sungaila/Cdelta/master/etc/Icon_128.png - A C# source generator for finite-state machines. + A C# source generator for finite-state machines ‐ easily referenced as a Roslyn analyzer. Initial preview release Roslyn CodeAnalysis Compiler Transpiler CSharp C# Analyzers DotNetAnalyzers StateMachine Cdelta Cδ SourceGenerator ISourceGenerator state-machine StateMachine Automaton Automata NFA DFA https://github.com/sungaila/Cdelta.git