コード例 #1
0
ファイル: Interpreter.cs プロジェクト: YohanSandun/Sigiri
 public Interpreter()
 {
     BuiltinMethods.InitializeBuiltinMethods();
 }