Rillium.Script 0.2.3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Rillium.Script --version 0.2.3
NuGet\Install-Package Rillium.Script -Version 0.2.3
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="Rillium.Script" Version="0.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rillium.Script --version 0.2.3
#r "nuget: Rillium.Script, 0.2.3"
#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.
// Install Rillium.Script as a Cake Addin
#addin nuget:?package=Rillium.Script&version=0.2.3

// Install Rillium.Script as a Cake Tool
#tool nuget:?package=Rillium.Script&version=0.2.3

Rillium Script 128

Rillium.Script

Rillium.Script Documentation Code Coverage

Rillium.Script provides safe scripting functionality that can be modified at runtime without the need to recompile or re-deploy your application.

Rillium.Script is designed to resemble a simplified version of C#, making it familiar to users already comfortable with C-style languages.

using Rillium.Script;

// Simple math parser
int a = Evaluator.Evaluate<int>("4 + 3 * 2");              // 10
int b = Evaluator.Evaluate<int>("var b = 4 + 3 * 2; b;");  // 10

// Supports System.Math methods
double c = Evaluator.Evaluate<double>("Log(1.5)");         // 0.4054651081081644

Try it out: https://dotnetfiddle.net/KfzpMV

Documentation

Refer to the documentation to get started with variables, loops, if-else statements, conditionals, and other essential features.

https://github.com/rilliumio/Rillium.Script/wiki

Feedback Welcome!

If you discover bugs or deficiencies, please create a new issue with an example script.

For new feature proposals, please raise them for discussion.

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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.3 509 12/4/2023
0.2.2 414 12/3/2023
0.1.1 432 11/28/2023
0.0.6 728 7/7/2023
0.0.5 554 7/5/2023
0.0.4 662 7/3/2023