Class ScriptParser
Inherited Members
Namespace: SociallyDistant.Core.Core.Scripting.Parsing
Assembly: SociallyDistant.Framework.dll
Syntax
public class ScriptParserConstructors
ScriptParser(string, ShellParseOptions)
Declaration
public ScriptParser(string scriptText, ShellParseOptions options)Parameters
| Type | Name | Description | 
|---|---|---|
| string | scriptText | |
| ShellParseOptions | options | 
Methods
ParseScript()
Declaration
public ShellInstruction ParseScript()Returns
| Type | Description | 
|---|---|
| ShellInstruction |