lean4-htt/src
Leonardo de Moura f20d4aaa83 fix: avoid termParser at mkAntiquot
@kha `mkAntiquot` is used in all categories. I removed
`termParser (appPrec + 1)` to avoid nasty interactions between
`termParser` and the surrounding category.
This commity ensures the antiquotation prefix is one of the following
forms `$<id>` or `$(<term>)`.
I made the two cases look like term syntax because I didn't want to
change your expander. We should fix this next week.
2020-01-20 10:19:16 -08:00
..
cmake feat: file IO using handles 2020-01-12 08:02:48 -08:00
frontends/lean fix: new_frontend command issue 2020-01-15 20:53:23 -08:00
Init fix: avoid termParser at mkAntiquot 2020-01-20 10:19:16 -08:00
initialize fix: leaks 2019-12-22 15:09:19 -08:00
kernel fix: theorem values are tasks 2020-01-16 17:20:36 -08:00
library fix: theorem values are tasks 2020-01-16 17:20:36 -08:00
runtime fix: thread local storage of std streams 2020-01-19 17:23:24 -08:00
shared chore: src/init ==> src/initialize 2019-11-22 04:59:13 -08:00
shell feat: file IO using handles 2020-01-12 08:02:48 -08:00
tests/util refactor(runtime): C backend 2019-08-24 07:40:38 -07:00
util fix: weird bug that only occurs in debug mode 2020-01-09 16:11:33 -08:00
CMakeLists.txt chore: do not remove stage0 build on clean-olean 2019-12-16 13:19:22 +01:00
config.h.in feat(CMakeLists, runtime): add CHECK_RC_OVERFLOW cmake option 2019-08-28 15:35:46 -03:00
CTestConfig.cmake
CTestCustom.cmake.in
githash.h.in fix(library): store and validate Lean version of .olean files 2018-01-23 11:14:18 -08:00
memcheck.supp
version.h.in chore(leanpkg/lean_version): recognize nightlies as releases separate from master 2018-03-20 15:14:45 -07:00