172 packages tagged with “dsl”
A PEG (Parsing Expression Grammar) parser compiler that integrates with MSBuild / Visual Studio. Features selective packrat parsing and syntax-highlighting output.
Execution engine for the NRules rules engine.
StringToExpression supports the compiling a domain specific string into a .NET expression. Out of the box configuration is provided for parsing arithmetic expressions and for parsing OData filter strings. Although can be configured to parse string of any format
NRules is an open source rules engine for .NET that is based on the Rete matching algorithm with rules authored in C# using internal DSL.
Canonical rules model to define rules for the NRules rules engine.
Fluent DSL for authoring rules in C# with the NRules rules engine.
A generic graph object for your own needs to implement syntax trees and similar constructs. Provides you with a name/value/children type of graph object, where your value can be any object type you wish. The project encapsulates the C# implementation of Hyperlambda, implying its lambda node structure. To use package go to https://polterguy.github.io
Provides a custom DSL to write workflows with in a syntax similar to JavaScript but with native keywords translating to workflow functionality. For example if/else would translate to the If activity. Very cool, but also very experimental ;)
Contracts for magic.signals, a Super Signals implementation for Magic built on magic.node, allowing you to invoke functionality from one component in another component without any (direct) references between your components. To use package go to https://polterguy.github.io
Farmer makes authoring ARM templates easy!
Package Description
The Rhino DSL project is a set of components that turned out to be useful across many DSL implementations. It contains classes to aid in building a DSL engine, implicit base classes, multifile DSLs, and so on.
A microscopic and super dynamic scripting language and DSL for .Net Core, based upon Hyperlambda syntax, and Super Signals. This project is the Hyperlambda core implementation (keywords) for Magic. To use package go to https://polterguy.github.io
Hyperlambda parser and generator for Magic, allowing you to generate and parse Hyperlambda in your Magic application. To use package go to https://polterguy.github.io
Helper project for Magic to wire up everything easily by simply adding one package, and invoking two simple methods. When using Magic, this is (probably) the only package you should actually add, since this package pulls in everything else you'll need automatically, and wires up everything sanely by default. To use package go to https://polterguy.github.io
Business rules language for NRules rules engine.
Helper slots for Magic to allow you to dynamically create tasks, either as a part of your custom workflow, and/or as scheduled tasks intended to be executed at some interval, or future time. To use package go to https://polterguy.github.io
HyperStore is a modeling framework providing its own in-memory transactional database.
TemplateFilemanager is based on the EntityFrameworkTemplateFileManager which supports code generation in different solutions and folders with CustomTool-/BuildAction-Definitions. Please report bugs or feature requests on github: https://github.com/renegadexx/T4.Helper/issues.
Helper slots for Magic, to allow you to dynamically create dynamic slots in your own Hyperlambda. To use package go to https://polterguy.github.io
Curly is string based template language with support for infinite nesting and dynamic function binding
A mini-language parser.
Supports the creation of Domain-Specific Languages for test automation. Variables and Data Management for testing
A Super Signals implementation for Magic built on magic.node, allowing you to invoke functionality from one component in another component without any (direct) references between your components. To use package go to https://polterguy.github.io
Contains Serverless Workflow DSL models
Supports the creation of Domain-Specific Languages for test automation. Selenium support.
An enhancement to Specflow DSL to be able to use dynamic test data in specflow steps by bringing in variables, regular expressions and simple calculations. **Examples**: - Create dynamic test data and refer it in another step When enter [[var=50]] //assign 50 to a variable named "var" Then [[var]] equals 50 // now get variable "var" value - Create dynamic test data using regular expression When enter [[var=RegEx([0-9]{3})]] //assign var with 3 digit random number Then [[var]] is a 3 digits number // now get variable "var" value - Calculations are currently NOT supported
.NET and Mono framework with support for Postgres and Oracle
Supports the creation of Domain-Specific Languages for test automation. Supports human friendly random data generation