コード例 #1
0
 public string Visit(Expr.Set _set)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public object Visit(Expr.Set _set)
 {
     return(null);
 }
コード例 #3
0
ファイル: Interpreter.cs プロジェクト: tstavrianos/LoxSharp
 public object Visit(Expr.Set _set)
 {
     throw new NotImplementedException();
 }