lean4-htt/library/init/lean
Leonardo de Moura 82bf618972 feat(library/init/lean/disjoint_set): disjoint sets
We need this datastructure to eliminate phi nodes from the IR.
The phi nodes need to be eliminated when mapping to C++ and/or
interpreting the IR.
2018-05-02 22:24:33 -07:00
..
ir feat(library/init/lean/ir): parse IR definitions 2018-05-02 16:59:50 -07:00
parser feat(library/init/lean/parser): add not_followed_by and not_followed_by_sat 2018-05-02 15:55:57 -07:00
disjoint_set.lean feat(library/init/lean/disjoint_set): disjoint sets 2018-05-02 22:24:33 -07:00
format.lean feat(library/init/lean/ir): add IR instruction parser 2018-05-01 17:45:50 -07:00
name.lean feat(library/init/lean/ir/ir): use name 2018-05-01 12:40:49 -07:00