lean4-htt/tests/playground/parser
Leonardo de Moura 2eed00039a chore(tests/playground/parser/parser): remove Thunk hack
The artificial `Thunk` was being used just to make sure a `Parser`
object was small enough to be inlined. We don't need this hack anymore.
Commit 0ea944a adds a new transformation that makes sure the size of
field `info` does not impact the decision on whether field `fn` will be
inlined or not.
2019-04-18 13:18:31 -07:00
..
filemap.lean chore(tests/playground/parser): missing files and small issues 2019-04-12 07:29:46 -07:00
leanpkg.path
Makefile test(tests/playground/parser): minor 2019-04-12 09:05:22 -07:00
parser.lean chore(tests/playground/parser/parser): remove Thunk hack 2019-04-18 13:18:31 -07:00
relative.py
syntax.lean fix(tests/playground/parser/syntax): initialization 2019-04-12 08:25:47 -07:00
test1.lean chore(tests/playground/parser/parser): remove Thunk hack 2019-04-18 13:18:31 -07:00
test2.lean