예제 #1
0
파일: Start.cs 프로젝트: Slesa/Lingua
 public static void Rule(Start result, Expression expression)
 {
     result.Value = expression.Value;
 }