lean4-htt/library/init/lean
Leonardo de Moura 4d6cbf62a2 refactor(library/init/lean/parser/parser): we don't need to store the whole message in ok_eps
In the original parsec paper, they store messages in OK silent/epsilon
results too. This is not necessary, we only need the "expected" field
for the `ok_eps` constructor.
2018-05-02 11:37:57 -07:00
..
ir feat(library/init/lean/ir): add IR instruction parser 2018-05-01 17:45:50 -07:00
parser refactor(library/init/lean/parser/parser): we don't need to store the whole message in ok_eps 2018-05-02 11:37:57 -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