lean2/src/bindings/lua
Leonardo de Moura fb09fc9fe6 feat(lua): add set_global_function template, and to_name_ext function
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-07 21:54:57 -08:00
..
CMakeLists.txt feat(lua): expose format objects in the Lua bindings 2013-11-07 21:54:42 -08:00
format.cpp feat(lua): add set_global_function template, and to_name_ext function 2013-11-07 21:54:57 -08:00
format.h feat(lua): expose format objects in the Lua bindings 2013-11-07 21:54:42 -08:00
leanlua_state.cpp chore(build): check if the Lua installed in the system supports lua_newstate 2013-11-07 21:54:57 -08:00
leanlua_state.h feat(lua): add lua_exception for wrapping lua errors, and improve Lua error messages in the Lean frontend 2013-11-07 15:19:26 -08:00
name.cpp feat(lua): add set_global_function template, and to_name_ext function 2013-11-07 21:54:57 -08:00
name.h feat(lua): add set_global_function template, and to_name_ext function 2013-11-07 21:54:57 -08:00
numerics.cpp feat(lua): add set_global_function template, and to_name_ext function 2013-11-07 21:54:57 -08:00
numerics.h feat(lua/sexpr): improve sexpr Lua bindings 2013-11-04 21:28:17 -08:00
options.cpp feat(lua): add set_global_function template, and to_name_ext function 2013-11-07 21:54:57 -08:00
options.h fix(lua): expose missing functions 2013-11-04 21:33:33 -08:00
sexpr.cpp feat(lua): add set_global_function template, and to_name_ext function 2013-11-07 21:54:57 -08:00
sexpr.h fix(lua): expose missing functions 2013-11-04 21:33:33 -08:00
util.cpp fix(lua): make testudata compatible with Lua 5.1 2013-11-05 11:35:09 -08:00
util.h feat(lua): add set_global_function template, and to_name_ext function 2013-11-07 21:54:57 -08:00