コード例 #1
0
ファイル: Nonterminals.cs プロジェクト: Slesa/Lingua
 public static void Rule(Functor lhs, Atom atom)
 {
 }
コード例 #2
0
ファイル: Nonterminals.cs プロジェクト: Slesa/Lingua
 public static void Rule(CompoundTerm lhs, Functor functor, OpenParenthesis openParenthesis, CompoundTermBody compoundTermBody, CloseParenthesis closeParenthesis)
 {
 }