Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Nested classes | Protected Member Functions | Static Protected Member Functions | Protected fields | List of all members
Loyc.LLParserGenerator.LlpgGeneralTestsBase Class Reference

Shared base class for "full-stack" LLLPG tests that use LeMP, the Ecs parser, and LLLPG macros in addition to the core engine. More...


Source file:
Inheritance diagram for Loyc.LLParserGenerator.LlpgGeneralTestsBase:
Loyc.LLParserGenerator.LlpgBugsAndSlugs Loyc.LLParserGenerator.LlpgTestLargerExamples

Remarks

Shared base class for "full-stack" LLLPG tests that use LeMP, the Ecs parser, and LLLPG macros in addition to the core engine.

Nested classes

class  TestCompiler
 

Protected Member Functions

void DualLanguageTest (string inputLES, string inputECS, string expected, IMessageSink sink=null)
 
void Test (string input, string expected, IMessageSink sink=null, IParsingService parser=null)
 

Static Protected Member Functions

static string StripExtraWhitespace (string a)
 

Protected fields

IMessageSink _sink = new SeverityMessageFilter(MessageSink.Console, Severity.Debug)