nomsu/lib/timeout.nom
2017-10-04 19:40:44 -07:00

9 lines
274 B
Plaintext

require "lib/core.nom"
rule [cap at %num instructions] =:
lua code ".."
|print("capped at", \(%num))
|local f = function()
| nomsu:error("Execution quota exceeded. Your code took too long.")
|end
|debug.sethook(f, "", \(%num))