lean4-htt/src/shell
Leonardo de Moura ac0352b584 refactor(kernel): remove quotitent normalizer extension
The `quot` type is now implemented in the kernel.
We will do the same thing for inductives.
We will not support normalizer extensions anymore in Lean4.
It doesn't make sense since we settled with 2 extensions: quotients and
inductives. Moreover, any new extension would require substantial
changes (e.g., code generator).
The normalizer_extension feature was useful when we were experimenting
with different kernel flavors.
2018-06-01 10:52:17 -07:00
..
CMakeLists.txt chore(shell/CMakeLists): disable leanpkg tests 2018-04-12 13:54:49 +02:00
lean.cpp refactor(*): list<name> ==> obj_list<name> 2018-05-23 15:48:43 -07:00
lean_js.cpp refactor(util/lean_path): support leanpkg.path files 2017-05-01 14:11:38 -07:00
lean_js.h feat(shell): move lean.js to server mode 2017-01-13 07:34:54 -08:00
lean_js.html feat(shell): move lean.js to server mode 2017-01-13 07:34:54 -08:00
lean_js_main.cpp feat(shell): move lean.js to server mode 2017-01-13 07:34:54 -08:00
lean_js_new.cpp feat(shell): emscripten build with webassembly 2017-05-01 14:11:39 -07:00
leandoc.cpp refactor(kernel): remove quotitent normalizer extension 2018-06-01 10:52:17 -07:00
leandoc.h feat(frontends/lean): basic leandoc tool 2016-11-27 14:31:31 -08:00
mk_lean_sh.sh fix(test*.sh): allow spaces in filename 2015-03-28 23:29:52 -04:00
server.cpp chore(*): remove converter, ac_tactics, hole_commands, rbtree/rbmap proofs, bitvec 2018-04-10 12:25:51 -07:00
server.h chore(*): remove converter, ac_tactics, hole_commands, rbtree/rbmap proofs, bitvec 2018-04-10 12:25:51 -07:00
simple_pos_info_provider.h refactor(shell): move emscripten_shell to a separate file 2015-06-18 09:53:23 -07:00
test_standard.sh feat(build): generate tests for all code blocks in org-files, and examples at ./examples/standard 2014-07-28 12:06:11 -07:00