lean4-htt/tests
Mac Malone f3e3ebba81
refactor: move import validation to parser & Lake (#9716)
This PR moves the validation of cross-package `import all` to Lake and
the syntax validation of import keywords (`public`, `meta`, and `all`)
to the two import parsers.

It also fixes the error reporting of the fast import parser
(`Lean.parseImports`) and adds positions to its errors.
2025-08-05 22:36:54 +00:00
..
bench chore: large match statement benchmark (#9665) 2025-08-01 15:25:07 +00:00
compiler chore: remove >6 month old deprecations (#9640) 2025-08-05 02:29:15 +00:00
elabissues
ir
lean refactor: move import validation to parser & Lake (#9716) 2025-08-05 22:36:54 +00:00
pkg refactor: move import validation to parser & Lake (#9716) 2025-08-05 22:36:54 +00:00
playground
plugin
simpperf
.gitignore
common.sh
lakefile.toml
lean-toolchain