7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
require "lib/core.nom"
|
|
rule [cap at %num instructions] =:
|
|
lua code ".."
|
|
|print("capped at", \(%num))
|
|
|local f = function() error("timeout") end
|
|
|debug.sethook(f, "", \(%num))
|