9 lines
274 B
Plaintext
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))
|