Design Pattern 1.0
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
InterpreterContext.cs File Reference

Classes

class  Design_Pattern.Runtime.Behavioral.Interpreter.InterpreterContext< TContext, TResult >
 Thread-safe implementation of the Interpreter pattern for Unity. Allows for defining, parsing, and interpreting expressions in a domain-specific language. More...
 

Namespaces

namespace  Design_Pattern
 
namespace  Design_Pattern.Runtime
 
namespace  Design_Pattern.Runtime.Behavioral
 
namespace  Design_Pattern.Runtime.Behavioral.Interpreter