| .. |
|
CMakeLists.txt
|
feat(lua): add metavar_env objects to Lua API
|
2013-11-16 14:44:33 -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): expose parse_expr and parse_commands from frontends/lean in the Lua API
|
2013-11-15 16:11:26 -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
|
perf(lua/name): improve to_name_ext performance
|
2013-11-14 18:06:09 -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): add justification objects to Lua API
|
2013-11-16 11:12:58 -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
|
feat(lua): add metavar_env objects to Lua API
|
2013-11-16 14:44:33 -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
|
refactor(lua): cleanup Lua API, improve performance
|
2013-11-14 17:33:46 -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 |
|
util.cpp
|
feat(lua): add splay_maps to the Lua API
|
2013-11-14 13:35:36 -08:00 |
|
util.h
|
refactor(lua): cleanup Lua API, improve performance
|
2013-11-14 17:33:46 -08:00 |