Rillium.Script 0.2.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Rillium.Script --version 0.2.2
                    
NuGet\Install-Package Rillium.Script -Version 0.2.2
                    
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.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rillium.Script" Version="0.2.2" />
                    
Directory.Packages.props
<PackageReference Include="Rillium.Script" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Rillium.Script --version 0.2.2
                    
#r "nuget: Rillium.Script, 0.2.2"
                    
#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.
#:package Rillium.Script@0.2.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rillium.Script&version=0.2.2
                    
Install as a Cake Addin
#tool nuget:?package=Rillium.Script&version=0.2.2
                    
Install as a Cake Tool

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.  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. 
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
1.0.4 152 2/19/2026
0.2.4 309 12/2/2024
0.2.3 737 12/4/2023
0.2.2 553 12/3/2023
0.1.1 764 11/28/2023
0.0.6 1,008 7/7/2023
0.0.5 751 7/5/2023
0.0.4 880 7/3/2023