lean2/src/kernel
Leonardo de Moura 65486b2dec refactor(kernel/expr): add macro_definition smart pointer
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-05-01 18:05:46 -07:00
..
abstract.cpp refactor(kernel): replace_fn functional object 2014-03-18 10:27:57 -07:00
abstract.h refactor(kernel): the type in let-exprs is not optional anymore, if the user does not provide it, we use a metavariable 2014-03-18 10:27:55 -07:00
CMakeLists.txt refactor(kernel/expr): add macro_definition smart pointer 2014-05-01 18:05:46 -07:00
constraint.cpp fix(kernel/constraint): printer 2014-04-28 12:02:59 -07:00
constraint.h fix(kernel/constraint): missing inline directive 2014-04-28 10:53:53 -07:00
context.cpp refactor(tests/kernel): move tests to new kernel 2014-03-18 10:27:55 -07:00
context.h refactor(kernel): add formatter and simplify contexts 2014-03-18 10:27:55 -07:00
converter.cpp refactor(kernel): use structural hashing in type_checker and converter 2014-05-01 10:41:53 -07:00
converter.h refactor(kernel): separate type_checker and converter 2014-04-30 18:42:01 -07:00
definition.cpp feat(kernel/definition): add mk_definition procedure that automatically computes the weight 2014-04-28 12:48:21 -07:00
definition.h feat(kernel/definition): add mk_definition procedure that automatically computes the weight 2014-04-28 12:48:21 -07:00
diff_cnstrs.cpp fix(kernel/diff_cnstrs): missing include 2014-03-18 10:27:54 -07:00
diff_cnstrs.h fix(kernel/diff_cnstrs): copyright msg 2014-03-18 10:27:54 -07:00
environment.cpp fix(kernel/environment): relax normalizer_extesion interface 2014-04-28 14:01:44 -07:00
environment.h fix(kernel/environment): relax normalizer_extesion interface 2014-04-28 14:01:44 -07:00
error_msgs.cpp refactor(kernel/formatter): add environment as an extra argument to the formatter 2014-04-30 10:28:07 -07:00
error_msgs.h refactor(kernel/formatter): add environment as an extra argument to the formatter 2014-04-30 10:28:07 -07:00
expr.cpp refactor(kernel/expr): add macro_definition smart pointer 2014-05-01 18:05:46 -07:00
expr.h refactor(kernel/expr): add macro_definition smart pointer 2014-05-01 18:05:46 -07:00
expr_eq_fn.cpp refactor(kernel): store macro arguments in the macro_expr 2014-04-25 15:02:56 -07:00
expr_eq_fn.h refactor(kernel): the type in let-exprs is not optional anymore, if the user does not provide it, we use a metavariable 2014-03-18 10:27:55 -07:00
expr_maps.h refactor(*): uses aliases for unordered_map and unordered_set 2013-12-18 12:30:45 -08:00
expr_sets.h refactor(*): uses aliases for unordered_map and unordered_set 2013-12-18 12:30:45 -08:00
extension_context.h refactor(kernel): define extension_context API for normalizer_extesions and macro_definitions 2014-04-25 15:43:17 -07:00
find_fn.h refactor(kernel/expr): for_each_fn, replace_fn, and find_fn without templates 2014-03-18 10:27:55 -07:00
for_each_fn.cpp refactor(kernel): store macro arguments in the macro_expr 2014-04-25 15:02:56 -07:00
for_each_fn.h fix(kernel): style warnings 2014-03-18 10:27:55 -07:00
formatter.cpp refactor(kernel/formatter): add environment as an extra argument to the formatter 2014-04-30 10:28:07 -07:00
formatter.h refactor(kernel/formatter): add environment as an extra argument to the formatter 2014-04-30 10:28:07 -07:00
free_vars.cpp refactor(kernel): store macro arguments in the macro_expr 2014-04-25 15:02:56 -07:00
free_vars.h feat(kernel): store free variable range in composite expressions 2014-04-17 11:31:48 -07:00
instantiate.cpp feat(kernel/type_checker): add infer_type 2014-04-25 11:58:29 -07:00
instantiate.h feat(kernel/type_checker): add infer_type 2014-04-25 11:58:29 -07:00
justification.cpp refactor(kernel): cleanup interfaces 2014-03-18 10:27:57 -07:00
justification.h fix(kernel/justification): typo 2014-04-24 15:08:10 -07:00
kernel_exception.cpp fix(kernel/kernel_exception): typo 2014-04-28 11:31:39 -07:00
kernel_exception.h refactor(kernel/environment): simplified (functional) environment object 2014-04-18 14:21:49 -07:00
level.cpp fix(kernel/level): warning messages when compiling in release mode 2014-05-01 13:06:00 -07:00
level.h feat(kernel/type_checker): add infer_type 2014-04-25 11:58:29 -07:00
max_sharing.cpp refactor(kernel): store macro arguments in the macro_expr 2014-04-25 15:02:56 -07:00
max_sharing.h feat(kernel/max_sharing): add method already_processed 2014-04-22 18:30:07 -07:00
metavar.cpp fix(kernel/metavar): typo 2014-05-01 15:28:34 -07:00
metavar.h fix(kernel/metavar): typo 2014-05-01 15:28:34 -07:00
pos_info_provider.cpp refactor(*): error messages 2014-01-13 16:54:21 -08:00
pos_info_provider.h refactor(kernel): justification objects 2014-03-18 10:27:56 -07:00
replace_fn.cpp refactor(kernel): store macro arguments in the macro_expr 2014-04-25 15:02:56 -07:00
replace_fn.h refactor(kernel/free_vars): use get_free_var_range to improve lift_free_vars and lower_free_vars performance 2014-04-17 12:41:06 -07:00
replace_visitor.cpp refactor(kernel): store macro arguments in the macro_expr 2014-04-25 15:02:56 -07:00
replace_visitor.h refactor(kernel): remove pairs from kernel 2014-04-17 10:52:07 -07:00
type_checker.cpp refactor(kernel): use structural hashing in type_checker and converter 2014-05-01 10:41:53 -07:00
type_checker.h refactor(kernel): separate type_checker and converter 2014-04-30 18:42:01 -07:00