DNGHCZJN2K5EVVUOQTH5K4BQJVYMOPFJEWHSNTHGYJEB6GG3LV2AC package.path = package.path .. ";" .. program_path .. "core/?.lua;" .. program_path .. "stdlib/?.lua;" .. program_path .. "lib/?.lua"
package.path = package.path ..";" .. program_path .. "core/?.lua;" .. program_path .. "stdlib/?.lua;" .. program_path .. "lib/?.lua"
if force or lua_modified == nil or brat_modified > lua_modified thenbrat2lua:compile_underfile(base_string:new(file_name))end
if force or lua_modified == nil or brat_modified > lua_modified thenbrat2lua:compile_underfile(base_string:new(file_name))end
local interactive_env = {require = require;package = package;print = print;object = object;array = array;number = number;string = base_string;exception = exception;hash = hash;regex = regex;symbol = symbol;_self = object;_type = type;_error = error;_tostring = tostring;_exports = _exports;_rawget = rawget;_table = table;}
local inputlocal line = 1local parsedlocal parsed_functionlocal outputlocal lua_codelocal current_env = getfenv()_exports = {}local interactive_env = {require = require,package = package,print = print,object = object,array = array,number = number,string = base_string,exception = exception,hash = hash,regex = regex,symbol = symbol,_self = object,_type = type,_error = error,_tostring = tostring,_exports = _exports,_rawget = rawget,_table = table,}
local protect_options = hash:new({ [base_string:new("rescue")] = rescue })local compiler = brat2lua:start_underinteractive()
local protect_options = hash:new({ [base_string:new("rescue")] = rescue })local compiler = brat2lua:start_underinteractive()
if input == nil or input == "quit" thenreturnelseif input ~= "" and not input:match("^%s+$") thenline = line + 1add_line(input)
if input == nil or input == "quit" thenreturnelseif input ~= "" and not input:match("^%s+$") thenline = line + 1add_line(input)
if lfs.attributes(lua_file, "access") thendofile(lua_file)elseprint("----------\nCannot execute " .. file_name)end
if lfs.attributes(lua_file, "access") thendofile(lua_file)elseprint("----------\nCannot execute " .. file_name)end