.. |
abstract.cpp
|
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 |
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): implement substitution methods
|
2014-03-18 10:27:56 -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 |
decl_macros.h
|
refactor(kernel/builtin): move helper decl macros to a separate file
|
2013-12-30 11:51:30 -08: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
|
refactor(kernel): environment, kernel object and exceptions
|
2014-03-18 10:27:55 -07:00 |
environment.h
|
refactor(kernel): environment, kernel object and exceptions
|
2014-03-18 10:27:55 -07:00 |
expr.cpp
|
refactor(kernel): add mk_rev_app, update_rev_app, implement instantiate_metavars functions, modify instantiate (free vars) API
|
2014-03-18 10:27:56 -07:00 |
expr.h
|
refactor(kernel): add mk_rev_app, update_rev_app, implement instantiate_metavars functions, modify instantiate (free vars) API
|
2014-03-18 10:27:56 -07:00 |
expr_eq_fn.cpp
|
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_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 |
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): 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 |
for_each_fn.h
|
fix(kernel): style warnings
|
2014-03-18 10:27:55 -07:00 |
formatter.cpp
|
refactor(kernel): finish formatter interface
|
2014-03-18 10:27:56 -07:00 |
formatter.h
|
refactor(kernel): finish formatter interface
|
2014-03-18 10:27:56 -07:00 |
free_vars.cpp
|
fix(kernel): bugs in justification module, add missing metavar methods, add basic metavar tests
|
2014-03-18 10:27:56 -07:00 |
free_vars.h
|
refactor(kernel/free_vars): cleanup free_vars procedures
|
2014-03-18 10:27:55 -07:00 |
instantiate.cpp
|
refactor(kernel): add mk_rev_app, update_rev_app, implement instantiate_metavars functions, modify instantiate (free vars) API
|
2014-03-18 10:27:56 -07:00 |
instantiate.h
|
refactor(kernel): add mk_rev_app, update_rev_app, implement instantiate_metavars functions, modify instantiate (free vars) API
|
2014-03-18 10:27:56 -07:00 |
io_state.cpp
|
refactor(kernel): move printer to library, cleanup io_state interface
|
2014-01-02 13:37:50 -08:00 |
io_state.h
|
refactor(kernel): move printer to library, cleanup io_state interface
|
2014-01-02 13:37:50 -08:00 |
justification.cpp
|
fix(kernel): bugs in justification module, add missing metavar methods, add basic metavar tests
|
2014-03-18 10:27:56 -07:00 |
justification.h
|
fix(kernel): bugs in justification module, add missing metavar methods, add basic metavar tests
|
2014-03-18 10:27:56 -07:00 |
kernel.cpp
|
refactor(kernel): remove semantic attachments from the kernel
|
2014-02-02 14:48:27 -08:00 |
kernel.h
|
refactor(kernel): remove semantic attachments from the kernel
|
2014-02-02 14:48:27 -08:00 |
kernel_decls.cpp
|
refactor(builtin/kernel): use standard definition for 'or' and 'and'
|
2014-02-17 12:05:34 -08:00 |
kernel_decls.h
|
refactor(builtin/kernel): use standard definition for 'or' and 'and'
|
2014-02-17 12:05:34 -08:00 |
kernel_exception.cpp
|
refactor(kernel): environment, kernel object and exceptions
|
2014-03-18 10:27:55 -07:00 |
kernel_exception.h
|
refactor(kernel): environment, kernel object and exceptions
|
2014-03-18 10:27:55 -07:00 |
level.cpp
|
fix(*): style and clang warnings
|
2014-03-18 10:27:56 -07:00 |
level.h
|
refactor(kernel/expr): adding suport for universe polymorphism, and simplify metavariable representation
|
2014-03-18 10:27:54 -07:00 |
max_sharing.cpp
|
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 |
max_sharing.h
|
feat(kernel/max_sharing): check for imminent stack overflows and interruptions in the expression sharing maximizer
|
2014-01-21 14:33:49 -08:00 |
metavar.cpp
|
fix(kernel): bugs in justification module, add missing metavar methods, add basic metavar tests
|
2014-03-18 10:27:56 -07:00 |
metavar.h
|
fix(kernel): bugs in justification module, add missing metavar methods, add basic metavar tests
|
2014-03-18 10:27:56 -07:00 |
normalizer.cpp
|
refactor(kernel): normalizer
|
2014-03-18 10:27:56 -07:00 |
normalizer.h
|
refactor(kernel): normalizer
|
2014-03-18 10:27:56 -07:00 |
object.cpp
|
refactor(kernel): environment, kernel object and exceptions
|
2014-03-18 10:27:55 -07:00 |
object.h
|
refactor(kernel): normalizer
|
2014-03-18 10:27:56 -07:00 |
occurs.cpp
|
refactor(kernel/expr): for_each_fn, replace_fn, and find_fn without templates
|
2014-03-18 10:27:55 -07:00 |
occurs.h
|
refactor(kernel/expr): for_each and find functional objects
|
2014-03-18 10:27:54 -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): 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 |
replace_fn.h
|
fix(kernel): remove unnecessary file
|
2014-03-18 10:27:55 -07:00 |
replace_visitor.cpp
|
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 |
replace_visitor.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 |
threadsafe_environment.h
|
refactor(kernel/environment): add ro_environment
|
2013-12-12 16:48:34 -08:00 |
type_checker.cpp
|
fix(kernel/type_checker): caching bug
|
2014-02-12 10:43:01 -08:00 |
type_checker.h
|
feat(kernel): add dependent pairs
|
2014-02-03 16:52:49 -08:00 |
unification_constraint.cpp
|
fix(library/elaborator): remove_detail procedure was keeping a lot of details when typeof_mvar_justification was being used
|
2014-01-07 13:24:46 -08:00 |
unification_constraint.h
|
chore(kernel/unification_constraint): update max_constraint comment to reflect its new semantics
|
2014-01-08 01:09:47 -08:00 |