mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
Add function references
This commit is contained in:
parent
5e7ac83854
commit
6e5cbf9e7e
12 changed files with 245 additions and 49 deletions
|
|
@ -1,5 +1,6 @@
|
|||
local atypes, ltypes
|
||||
local eval, run_block
|
||||
local copy
|
||||
local common
|
||||
|
||||
--- copy some text & process it to be suited to be sent to Lua in an event
|
||||
|
|
@ -393,5 +394,6 @@ local types = require((...):gsub("interpreter%.common$", "stdlib.types"))
|
|||
atypes, ltypes = types.anselme, types.lua
|
||||
eval = require((...):gsub("common$", "expression"))
|
||||
run_block = require((...):gsub("common$", "interpreter")).run_block
|
||||
copy = require((...):gsub("interpreter%.common$", "common")).copy
|
||||
|
||||
return common
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue