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