9 lines
122 B
C#
9 lines
122 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public class CompatibleNoun
|
|
{
|
|
public TerminalKeyword noun;
|
|
|
|
public TerminalNode result;
|
|
}
|