Property | Type | Description | |
---|---|---|---|
Output | StringBuilder | ||
Results | VList |
Method | Description | |
---|---|---|
StripExtraWhitespace ( string a, string commentPrefixes = null ) : string |
Strips whitespace and single-line comments from a string. Helps test whether two blocks of code are "sufficiently equal".
|
|
Test ( string input, string output, IMessageSink sink, int maxExpand = 0xFFFF, bool plainCS = true ) : void | ||
TestCompiler ( IMessageSink sink, ICharSource text, string fileName = "" ) : System |
Method | Description | |
---|---|---|
WriteOutput ( |
Method | Description | |
---|---|---|
MaybeId ( char c ) : bool |
public static StripExtraWhitespace ( string a, string commentPrefixes = null ) : string | ||
a | string | |
commentPrefixes | string | |
return | string |
public static Test ( string input, string output, IMessageSink sink, int maxExpand = 0xFFFF, bool plainCS = true ) : void | ||
input | string | |
output | string | |
sink | IMessageSink | |
maxExpand | int | |
plainCS | bool | |
return | void |
public TestCompiler ( IMessageSink sink, ICharSource text, string fileName = "" ) : System | ||
sink | IMessageSink | |
text | ICharSource | |
fileName | string | |
return | System |
protected WriteOutput ( |
||
io | ||
return | void |