lean4-htt/src/tests/util
Leonardo de Moura efa703d2b5 feat(runtime): implement string.iterator primitives in the new runtime
Some of the primitives do not have optimal implementation.

@Kha Could you please check if everything we use in the parser has a
reasonable implementation?
2018-11-15 10:42:23 -08:00
..
interval fix(tests): initialize util module 2016-12-08 13:11:53 -08:00
bit_tricks.cpp fix(bit_tricks): make sure no one calls math.h's log2() 2018-03-06 11:21:28 -08:00
bitap_fuzzy_search.cpp feat(util): add fuzzy string search procedure 2014-09-05 18:01:09 -07:00
buffer.cpp fix(util/buffer): bug in expand method 2015-01-06 11:42:40 -08:00
CMakeLists.txt feat(runtime): object compactor 2018-08-19 17:10:18 -07:00
compact.cpp feat(runtime): object compactor 2018-08-19 17:10:18 -07:00
format.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
hash.cpp
import_test.lua
list.cpp fix(tests): initialize util module 2016-12-08 13:11:53 -08:00
name.cpp chore(util): style 2018-06-15 16:05:11 -07:00
nat.cpp feat(util/nat): add C++ wrapper for manipulating runtime nat values 2018-06-13 09:29:52 -07:00
object.cpp feat(runtime): implement string.iterator primitives in the new runtime 2018-11-15 10:42:23 -08:00
optional.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
options.cpp chore(util/sexpr): remove sexpr serializer 2018-06-20 11:27:29 -07:00
rb_map.cpp fix(tests): initialize util module 2016-12-08 13:11:53 -08:00
rb_tree.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
safe_arith.cpp
serializer.cpp refactor(kernel/expr): implement expr using runtime/object 2018-06-21 16:05:33 -07:00
set.cpp
sexpr.cpp chore(util/sexpr): remove sexpr serializer 2018-06-20 11:27:29 -07:00
stackinfo.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
thread.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
trie.cpp fix(tests): initialize util module 2016-12-08 13:11:53 -08:00