lean4-htt/tests/pkg/user_plugin
Mac Malone ac1197ff59
feat: Lean.loadPlugin (#6130)
This PR adds `Lean.loadPlugin` which exposes functionality similar to
the `lean` executable's `--plugin` option to Lean code.

This will allow custom Lean frontends (e.g., Lake, the Lean language
server) to also load plugins.

---------

Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch>
2024-11-27 09:56:31 +00:00
..
clean.sh feat: Lean.loadPlugin (#6130) 2024-11-27 09:56:31 +00:00
lakefile.toml feat: Lean.loadPlugin (#6130) 2024-11-27 09:56:31 +00:00
test.lean feat: Lean.loadPlugin (#6130) 2024-11-27 09:56:31 +00:00
test.sh feat: Lean.loadPlugin (#6130) 2024-11-27 09:56:31 +00:00
testEnv.lean feat: Lean.loadPlugin (#6130) 2024-11-27 09:56:31 +00:00
testEnvUse.lean feat: Lean.loadPlugin (#6130) 2024-11-27 09:56:31 +00:00
UserEnvPlugin.lean feat: Lean.loadPlugin (#6130) 2024-11-27 09:56:31 +00:00
UserPlugin.lean feat: Lean.loadPlugin (#6130) 2024-11-27 09:56:31 +00:00