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

6 lines
77 B
C#
Raw Normal View History

2023-07-29 00:11:09 +00:00
namespace TLang.Parser
{
public class TrueNode : SymbolNode
{
}
}