Skip to content

Instantly share code, notes, and snippets.

View Bibli2311's full-sized avatar

Oscar Vagle Bibli2311

View GitHub Profile
@xanathar
xanathar / MoonSharpInfiniteLoopCheck
Created April 13, 2015 08:36
[MoonSharp] - How to limit execution of a script to n instructions
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using MoonSharp.Interpreter;
using MoonSharp.Interpreter.Debugging;
namespace Tutorials.Chapters
{