freebsd-dev/stand/liblua
Kyle Evans dc4e028468 liblua: Add loader.interpret
This allows lua to pass back a command string to be executed as if it were
typed at the loader prompt- loader tries to execute the string first as pure
lua, then parses it and gives lua a chance to intercept before it tries to
execute it itself.

This will be used to implement menu_timeout_command, among other things,
which *should* be used to execute basic loader commands independent of the
chosen interpreter.
2018-03-03 17:13:12 +00:00
..
float.h
lerrno.c loader.lua: Expose errno table to lua 2018-02-20 19:39:48 +00:00
lerrno.h loader.lua: Expose errno table to lua 2018-02-20 19:39:48 +00:00
lfs.c Lua lfs.attributes: Provide a more consistent error return 2018-02-20 18:21:30 +00:00
lfs.h Lua loader: Add barebones "lfs" module 2018-02-18 01:15:25 +00:00
locale.h
lstd.c liblua: Implement write support 2018-02-24 02:57:24 +00:00
lstd.h liblua: Implement write support 2018-02-24 02:57:24 +00:00
luaconf.h lualoader: Remove nasty hack for not printing out ".0" 2018-02-21 21:39:47 +00:00
lutils.c liblua: Add loader.interpret 2018-03-03 17:13:12 +00:00
lutils.h interp_lua: Register io/loader with regular Lua module system 2018-02-18 01:13:58 +00:00
Makefile Centralize lua defines 2018-02-23 04:04:03 +00:00
math.h