crosslang/golang-lean/CorpusCheck.lean
Maximus Gorog fd3d42ae33 Add 'golang-lean/' from commit 'f5f17019224c6a6c319387214ceb8e29d09251c6'
git-subtree-dir: golang-lean
git-subtree-mainline: 6487c7046f
git-subtree-split: f5f1701922
2026-05-12 02:59:14 -06:00

9 lines
380 B
Text

import GolangLean
/-! Corpus driver — runs every `.go` script under `corpus/` and compares
the captured stdout to the matching `.expected` file. Mirrors octive-lean's
`CorpusCheck`. Currently a no-op until the interpreter exists. -/
def main (_args : List String) : IO UInt32 := do
IO.println "golang-lean corpus-check: no corpus yet (interpreter is a scaffold)"
return 0