feat: new lint function, and split informal

This commit is contained in:
jstoobysmith 2024-12-05 06:49:50 +00:00
parent 9fb18af0d9
commit 84b328f13f
28 changed files with 138 additions and 83 deletions

View file

@ -66,6 +66,11 @@ name = "notes"
supportInterpreter = true
srcDir = "scripts/MetaPrograms"
[[lean_exe]]
name = "lint_all"
supportInterpreter = true
srcDir = "scripts"
[[lean_exe]]
name = "free_simps"
srcDir = "scripts/MetaPrograms"