lean4-htt/src
Leonardo de Moura 53dfd0d581 fix: expandMacroFns
We only keep trying other macros if the macro `m` produced
`unsupportedSyntax`. If the macro produced an error, we keep the
error.

@Kha This should fix the web demo.
2020-06-15 14:39:36 -07:00
..
bin feat: leanmake: auto-detect PKG 2020-06-13 15:22:01 +02:00
cmake chore: remove test special case 2020-05-04 11:11:11 +02:00
frontends/lean chore: make sure parser! and tparser! use a syntax similar to the one used at syntax for setting precedences 2020-06-10 16:09:13 -07:00
include/lean chore: fix includes 2020-05-22 14:17:25 -07:00
Init feat: remove ParserDescr.prec and update ParserDescr.trailingNode/ParserDescr.node 2020-06-10 14:57:55 -07:00
initialize chore: use src/Lean.lean to initialize lean 2020-05-26 13:54:13 -07:00
kernel chore: fix includes 2020-05-22 14:17:25 -07:00
Lean fix: expandMacroFns 2020-06-15 14:39:36 -07:00
library chore: use leadingNode and trailingNode in the old frontend 2020-06-10 15:05:22 -07:00
runtime chore: move runtime implementation to src/runtime 2020-05-22 14:35:16 -07:00
shared chore: src/init ==> src/initialize 2019-11-22 04:59:13 -08:00
shell feat: leanmake: auto-detect PKG 2020-06-13 15:22:01 +02:00
Std chore: move BinomialHeap to Std 2020-05-22 11:10:47 -07:00
tests/util chore: fix includes 2020-05-22 14:17:25 -07:00
util chore: fix includes 2020-05-22 14:17:25 -07:00
CMakeLists.txt chore: remove obsolete MinGW-specific flag 2020-06-10 21:30:38 +02: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
Init.lean feat: make import A import A.olean instead of A/Default.olean 2020-05-19 11:29:32 -07:00
Lean.lean chore: move Init.Lean files to Lean package 2020-05-26 15:04:35 -07:00
lean.mk.in feat: leanmake: auto-detect PKG 2020-06-13 15:22:01 +02:00
memcheck.supp
Std.lean fix: add Std to builtin path 2020-05-22 14:47:24 -07:00
stdlib.make.in chore: simplify stdlib.make.in 2020-05-27 19:42:44 +02:00
version.h.in