C# (CSharp) Loyc.Ecs Пространство имен

Пространства имен

Loyc.Ecs.Parser
Loyc.Ecs.Tests

Классы

Имя Описание
EcsLanguageService The Value property provides easy access to the lexer, parser and printer for Enhanced C#.
EcsNodePrinter
EcsNodePrinterWriter Helper class of EcsNodePrinter
EcsPrecedence Contains Precedence objects that represent the precedence rules of EC#.
EcsValidators A class filled with methods for checking whether a node has the correct LNode.Name and structure. For example, IsPropertyDefinition(node) checks whether node meets the requirements for being a property definition, such as having a Name equal to #property, and having name and return value that are complex identifiers.