ScriptStack
1.0.4
Loading...
Searching...
No Matches
Scanner.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
ScriptStack.Compiler
6
{
7
115
public
interface
Scanner
116
{
117
118
#region Public Methods
119
120
List<String>
Scan
(
String
strResourceName);
121
122
#endregion
123
124
}
125
}
ScriptStack.Compiler.Scanner
An interface to modify the default process of reading text files into Script's.
Definition
Scanner.cs:116
ScriptStack.Compiler.Scanner.Scan
List< String > Scan(String strResourceName)
ScriptStack.Compiler
Definition
Derivation.cs:8
ScriptStack.Compiler.TokenType.String
@ String
Definition
Token.cs:70
Compiler
Scanner.cs
Generated by
1.15.0