lean2/src/bindings/lua
Leonardo de Moura df94e44806 test(lua/expr): add missing tests
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-17 11:46:24 -08:00
..
CMakeLists.txt feat(lua): add type_inferer object to Lua API 2013-11-16 19:18:15 -08:00
context.cpp refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
context.h refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
environment.cpp feat(lua): add type_inferer object to Lua API 2013-11-16 19:18:15 -08:00
environment.h feat(lua): expose parse_expr and parse_commands from frontends/lean in the Lua API 2013-11-15 16:11:26 -08:00
expr.cpp test(lua/expr): add missing tests 2013-11-17 11:46:24 -08:00
expr.h refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
format.cpp refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
format.h refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
formatter.cpp refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
formatter.h refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
frontend_lean.cpp feat(lua): expose parse_expr and parse_commands from frontends/lean in the Lua API 2013-11-15 16:11:26 -08:00
frontend_lean.h feat(lua): expose parse_expr and parse_commands from frontends/lean in the Lua API 2013-11-15 16:11:26 -08:00
justification.cpp feat(lua): improve error handling in Lua API 2013-11-16 18:21:42 -08:00
justification.h feat(lua): add justification objects to Lua API 2013-11-16 11:12:58 -08:00
lean.lua fix(lua): cpplint.py does not like multiline strings 2013-11-08 13:27:20 -08:00
leanlua_state.cpp test(lua/justification): add more tests 2013-11-17 11:13:10 -08:00
leanlua_state.h feat(lua): expose parse_expr and parse_commands from frontends/lean in the Lua API 2013-11-15 16:11:26 -08:00
level.cpp refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
level.h refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
local_context.cpp refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
local_context.h refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
lref.cpp fix(lua): rename lua_ref to lref, lua_ref is a macro in LuaJIT 2013-11-14 15:50:56 -08:00
lref.h fix(lua): rename lua_ref to lref, lua_ref is a macro in LuaJIT 2013-11-14 15:50:56 -08:00
lua_exception.cpp feat(library/script_evaluator): add abstract class that exposes only the API needed by frontend objects 2013-11-15 12:13:09 -08:00
lua_exception.h feat(library/script_evaluator): add abstract class that exposes only the API needed by frontend objects 2013-11-15 12:13:09 -08:00
metavar_env.cpp feat(lua): add metavar_env objects to Lua API 2013-11-16 14:44:33 -08:00
metavar_env.h feat(lua): add metavar_env objects to Lua API 2013-11-16 14:44:33 -08:00
name.cpp perf(lua/name): improve to_name_ext performance 2013-11-14 18:06:09 -08:00
name.h refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
numerics.cpp fix(lua/numerics): bug in bindings, add more tests 2013-11-17 11:02:44 -08:00
numerics.h refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
object.cpp refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
object.h refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
options.cpp refactor(lua/options): remove unnecessary function 2013-11-15 12:53:27 -08:00
options.h refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
sexpr.cpp refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
sexpr.h refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
splay_map.cpp refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00
splay_map.h feat(lua): add splay_maps to the Lua API 2013-11-14 13:35:36 -08:00
state.cpp feat(lua): allow Lua scripts to update 'global' options 2013-11-12 15:38:00 -08:00
state.h feat(lua): allow Lua scripts to update 'global' options 2013-11-12 15:38:00 -08:00
type_inferer.cpp feat(lua): add type_inferer object to Lua API 2013-11-16 19:18:15 -08:00
type_inferer.h feat(lua): add type_inferer object to Lua API 2013-11-16 19:18:15 -08:00
util.cpp fix(lua): warning message 2013-11-16 19:58:34 -08:00
util.h refactor(lua): cleanup Lua API, improve performance 2013-11-14 17:33:46 -08:00