This PR adds the necessary infrastructure for recording elaboration dependencies that may not be apparent from the resulting environment such as notations and other metaprograms. An adapted version of `shake` from Mathlib is added to `script/` but may be moved to another location or repo in the future.
9 lines
111 B
TOML
9 lines
111 B
TOML
name = "scripts"
|
|
|
|
[[lean_exe]]
|
|
name = "modulize"
|
|
root = "Modulize"
|
|
|
|
[[lean_exe]]
|
|
name = "shake"
|
|
root = "Shake"
|