tlang-runtime-compiler/TLang.Parser/UndefinedNode.cs

6 lines
82 B
C#

namespace TLang.Parser
{
public class UndefinedNode : SymbolNode
{
}
}