lean4-htt/src/frontends/lua
Leonardo de Moura a6f6f49b5f refactor(frontends/lua): add lua_migrate_fn, and make copy_values modular
copy_values is not a big if-then-else anymore.
Before this change, whenever we added a new kind of userdata, we would have to update copy_values.

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-27 10:32:19 -08:00
..
CMakeLists.txt refactor(bindings/lua): move to frontends/lua 2013-11-26 19:30:07 -08:00
frontend_lean.cpp refactor(bindings/lua): move to frontends/lua 2013-11-26 19:30:07 -08:00
frontend_lean.h refactor(bindings/lua): move to frontends/lua 2013-11-26 19:30:07 -08:00
lean.lua refactor(bindings/lua): move to frontends/lua 2013-11-26 19:30:07 -08:00
leanlua_state.cpp refactor(frontends/lua): add lua_migrate_fn, and make copy_values modular 2013-11-27 10:32:19 -08:00
leanlua_state.h refactor(frontends/lua/leanlua_state): minimize the use of 'friend' directive 2013-11-27 09:25:56 -08:00