From 66ca370ac20f50e280adb04d5e640f902bb7d882 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Wed, 21 May 2025 16:15:47 +0200 Subject: [PATCH] Implement ExpressionConfigEntry that implements shunting yard and postfix notation to compute values based on strings --- .../BanquetForCyka/BanquetForCyka.csproj | 2 + .../BanquetForFools/BanquetForCyka/Class1.cs | 11 +- .../BanquetForCyka/ExpressionConfigEntry.cs | 179 ++++++++++++++++++ 3 files changed, 187 insertions(+), 5 deletions(-) create mode 100644 Projects/BanquetForFools/BanquetForCyka/ExpressionConfigEntry.cs diff --git a/Projects/BanquetForFools/BanquetForCyka/BanquetForCyka.csproj b/Projects/BanquetForFools/BanquetForCyka/BanquetForCyka.csproj index e7e6a68..4d5d3c7 100644 --- a/Projects/BanquetForFools/BanquetForCyka/BanquetForCyka.csproj +++ b/Projects/BanquetForFools/BanquetForCyka/BanquetForCyka.csproj @@ -38,6 +38,7 @@ +