Skip to content

rpelavin/StringToExpression

Repository files navigation

String2Expression

This repo contains sample code for converting strings into expressions that can be compiled and evaluated against variables at runtime.

Getting Started

Build

dotnet build

Run CLI

dotnet run --project StringToExpression.CLI -- "1 + 2 == 3"

Run Tests

dotnet test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages