예제 #1
0
파일: Symbols.cs 프로젝트: ph3rin/sacc
 public B Compound(A a, TermB b)
 {
     return(new());
 }
예제 #2
0
파일: Symbols.cs 프로젝트: ph3rin/sacc
 public B Trivial(TermB termB)
 {
     return(new());
 }