Class ReplInterpreter
- Namespace
- MoonSharp.Interpreter.REPL
- Assembly
- Assembly-CSharp.dll
public class ReplInterpreter
- Inheritance
-
ReplInterpreter
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
ReplInterpreter(Script)
public ReplInterpreter(Script script)
Parameters
script Script
Properties
ClassicPrompt
public virtual string ClassicPrompt { get; }
Property Value
- string
CurrentPendingCommand
public virtual string CurrentPendingCommand { get; }
Property Value
- string
HandleClassicExprsSyntax
public bool HandleClassicExprsSyntax { get; set; }
Property Value
- bool
HandleDynamicExprs
public bool HandleDynamicExprs { get; set; }
Property Value
- bool
HasPendingCommand
public virtual bool HasPendingCommand { get; }
Property Value
- bool
Methods
Evaluate(string)
public virtual DynValue Evaluate(string input)
Parameters
input string
Returns
- DynValue