Enhanced C#
Language of your choice: library documentation
Classes | Typedefs
Loyc.Ecs.Tests Namespace Reference

Unit tests for the Enhanced C# lexer, parser and printer. More...

Classes

class  EcsLexerTests
 
class  EcsNodePrinterTests
 EC# node printer tests. Most of the tests are inherited.
 
class  EcsParserTests
 EC# parser tests. Most of the tests are inherited.
 
class  EcsPrinterAndParserTests
 Tests shared between the printer and the parser. Both tests together verify round-tripping from AST -> text -> AST.
 
class  EcsValidatorTests
 

Typedefs

using TT = TokenType
 

Detailed Description

Unit tests for the Enhanced C# lexer, parser and printer.