.. |
abstract.cpp
|
Use fullpath in #include directives, add missing STL headers
|
2013-09-13 03:35:29 -07:00 |
abstract.h
|
Use fullpath in #include directives, add missing STL headers
|
2013-09-13 03:35:29 -07:00 |
builtin.cpp
|
Modify Doxygen file to extract all elements even the undocumented ones. Disable warnings for undocumented entities. Add extra comments.
|
2013-09-13 13:46:22 -07:00 |
builtin.h
|
Apply coding style
|
2013-09-13 18:48:09 -07:00 |
CMakeLists.txt
|
feat(replace_visitor): add an abstract class for applying transformations on expressions
|
2013-10-23 15:01:37 -07:00 |
context.cpp
|
feat(kernel/context): add method for remove context entries at positions [s, s+n).
|
2013-10-22 15:52:24 -07:00 |
context.h
|
feat(kernel/context): add method for remove context entries at positions [s, s+n).
|
2013-10-22 15:52:24 -07:00 |
environment.cpp
|
feat(kernel/for_each): allow function F to interrupt for_each search
|
2013-10-25 14:58:02 -07:00 |
environment.h
|
Use consistent naming conventions
|
2013-09-17 14:43:07 -07:00 |
expr.cpp
|
refactor(metavar): implement metavar_env, and use unification_constraint and trace objects in the type_checker, light_checker
|
2013-10-22 08:15:36 -07:00 |
expr.h
|
feat(kernel/expr): add new mk_app template for creating applications using a collection
|
2013-10-27 08:53:58 -07:00 |
expr_eq.h
|
perf(kernel/expr_eq): delay hashtable initialization
|
2013-10-25 09:21:47 -07:00 |
expr_maps.h
|
Use fullpath in #include directives, add missing STL headers
|
2013-09-13 03:35:29 -07:00 |
expr_sets.h
|
Use fullpath in #include directives, add missing STL headers
|
2013-09-13 03:35:29 -07:00 |
for_each.h
|
feat(kernel/for_each): add option for disabling cache of atomic expressions
|
2013-10-25 15:25:17 -07:00 |
formatter.cpp
|
refactor(kernel): move printer and formatter objects to the kernel
|
2013-10-22 08:15:36 -07:00 |
formatter.h
|
refactor(kernel): move printer and formatter objects to the kernel
|
2013-10-22 08:15:36 -07:00 |
free_vars.cpp
|
refactor(debug): improve lean_unreachable(), now we can avoid 'fake' return statements
|
2013-09-25 21:27:20 -07:00 |
free_vars.h
|
Simplify metavariable context. Now, we have only 'lift' and 'inst' instead of 'subst', 'lift' and 'lower'
|
2013-09-16 19:32:28 -07:00 |
instantiate.cpp
|
feat(kernel/expr): add new mk_app template for creating applications using a collection
|
2013-10-27 08:53:58 -07:00 |
instantiate.h
|
refactor(beta_reduction): add function apply_beta
|
2013-10-23 16:03:52 -07:00 |
justification.cpp
|
fix(kernel/metavar): add normalize assignment justification
|
2013-10-27 11:02:34 -07:00 |
justification.h
|
fix(kernel/metavar): add normalize assignment justification
|
2013-10-27 11:02:34 -07:00 |
kernel_exception.cpp
|
refactor(kernel_exception): delete kernel_exception_formatter, and implement kernel_exception pretty printer as a virtual method
|
2013-10-22 08:15:36 -07:00 |
kernel_exception.h
|
feat(kernel): add unexpected_metavar_occurrence exception
|
2013-10-24 19:56:44 -07:00 |
level.cpp
|
fix(kernel/printer): improve printer for Type expressions
|
2013-10-23 11:58:49 -07:00 |
level.h
|
Implement total order on expressions
|
2013-09-24 12:16:32 -07:00 |
metavar.cpp
|
style(kernel/metavar): add missing includes
|
2013-10-29 03:00:43 -07:00 |
metavar.h
|
style(kernel/metavar): add missing includes
|
2013-10-29 03:00:43 -07:00 |
normalizer.cpp
|
fix(kernel/normalizer): do not apply substitutions in the normalizer
|
2013-10-29 02:14:48 -07:00 |
normalizer.h
|
fix(kernel/normalizer): do not apply substitutions in the normalizer
|
2013-10-29 02:14:48 -07:00 |
object.cpp
|
feat(kernel): add weight to kernel definitions
|
2013-10-15 14:50:08 -07:00 |
object.h
|
feat(kernel): add weight to kernel definitions
|
2013-10-15 14:50:08 -07:00 |
occurs.cpp
|
feat(kernel/for_each): allow function F to interrupt for_each search
|
2013-10-25 14:58:02 -07:00 |
occurs.h
|
Use fullpath in #include directives, add missing STL headers
|
2013-09-13 03:35:29 -07:00 |
pos_info_provider.cpp
|
feat(pos_info_provider): add position information provider for expressions
|
2013-10-22 08:15:36 -07:00 |
pos_info_provider.h
|
feat(pos_info_provider): add position information provider for expressions
|
2013-10-22 08:15:36 -07:00 |
printer.cpp
|
fix(kernel/printer): bug when printing let expression
|
2013-10-24 18:05:23 -07:00 |
printer.h
|
refactor(kernel): move printer and formatter objects to the kernel
|
2013-10-22 08:15:36 -07:00 |
replace.h
|
feat(kernel): add static_assert to expr,expr_eq,replace
|
2013-10-01 16:47:36 -07:00 |
replace_visitor.cpp
|
feat(replace_visitor): add an abstract class for applying transformations on expressions
|
2013-10-23 15:01:37 -07:00 |
replace_visitor.h
|
feat(replace_visitor): add an abstract class for applying transformations on expressions
|
2013-10-23 15:01:37 -07:00 |
type_checker.cpp
|
fix(kernel/normalizer): do not apply substitutions in the normalizer
|
2013-10-29 02:14:48 -07:00 |
type_checker.h
|
refactor(metavar): implement metavar_env, and use unification_constraint and trace objects in the type_checker, light_checker
|
2013-10-22 08:15:36 -07:00 |
type_checker_justification.cpp
|
refactor(kernel): rename trace to justification
|
2013-10-23 13:42:17 -07:00 |
type_checker_justification.h
|
refactor(kernel): rename trace to justification
|
2013-10-23 13:42:17 -07:00 |
unification_constraint.cpp
|
fix(kernel/unification_constraint): memory leak
|
2013-10-25 08:06:21 -07:00 |
unification_constraint.h
|
fix(style): missing include
|
2013-10-25 08:10:28 -07:00 |
value.h
|
Modify Doxygen file to extract all elements even the undocumented ones. Disable warnings for undocumented entities. Add extra comments.
|
2013-09-13 13:46:22 -07:00 |