Table of Contents

Class NCalcServiceBuilderExtensions

Namespace
NCalc.Antlr.Configuration
Assembly
NCalc.Antlr.dll
public static class NCalcServiceBuilderExtensions
Inheritance
NCalcServiceBuilderExtensions
Inherited Members

Methods

WithAntlr(NCalcServiceBuilder)

Replaces the default parser (Parlot) with Antlr, the original parser of NCalc.

public static NCalcServiceBuilder WithAntlr(this NCalcServiceBuilder builder)

Parameters

builder NCalcServiceBuilder

Returns

NCalcServiceBuilder