lean2/src
Leonardo de Moura 19533c811b feat(library/script_evaluator): add abstract class that exposes only the API needed by frontend objects
The main motivation is to break the remove the dependency frontends/lean <-- bindings/lua.
This dependency is undesirable because we want to expose the frontends/lean parser and pretty printer objects at bindings/lua.

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-15 12:13:09 -08:00
..
bindings/lua feat(library/script_evaluator): add abstract class that exposes only the API needed by frontend objects 2013-11-15 12:13:09 -08:00
cmake/Modules chore(build): remove CheckLuaObjlen, it is easier to check the Lua version 2013-11-12 12:58:22 -08:00
frontends/lean feat(library/script_evaluator): add abstract class that exposes only the API needed by frontend objects 2013-11-15 12:13:09 -08:00
kernel feat(kernel/expr): add hash code based on allocation time 2013-11-14 02:43:11 -08:00
library feat(library/script_evaluator): add abstract class that exposes only the API needed by frontend objects 2013-11-15 12:13:09 -08:00
shell chore(build): only execute lua multi-threading tests when on cygwin or linux, and using g++ 2013-11-15 09:27:58 -08:00
tests perf(lua/name): improve to_name_ext performance 2013-11-14 18:06:09 -08:00
util feat(lua): throw an exception if the user tries to create a thread and Lean was compiled without multi-threading support 2013-11-14 19:06:36 -08:00
CMakeLists.txt feat(library/script_evaluator): add abstract class that exposes only the API needed by frontend objects 2013-11-15 12:13:09 -08:00
CTestConfig.cmake Fix typo in CTestConfig.cmake 2013-09-24 21:46:51 -07:00
CTestCustom.cmake.in Exclude 'style_check' from MemCheck list 2013-09-13 20:27:35 -07:00
Doxyfile Add EXCLUDE_PATTERNS to src/Doxyfile 2013-09-15 20:31:15 -07:00
memcheck.supp chore(memcheck): make the suppression entries for LuaJIT more general 2013-11-15 11:34:50 -08:00