lean4-htt/tests/lean
Marc Huisinga 35944c367b
feat: leading whitespace on first token (#12662)
This PR adjusts the module parser to set the leading whitespace of the
first token to the whitespace up to that token. If there are no actual
tokens in the file, the leading whitespace is set on the final (empty)
EOI token. This ensures that we do not lose the initial whitespace (e.g.
comments) of a file in `Syntax`.

(Tests generated/adjusted by Claude)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 12:46:44 +00:00
..
docparse fix: error messages from Verso docstring parser (#12372) 2026-02-07 07:49:06 +00:00
grind chore: prefer cons_cons over cons₂ in names (#12710) 2026-02-27 08:58:08 +00:00
interactive perf: add high priority to OfSemiring.Q instances (#12782) 2026-03-04 12:58:15 +00:00
run feat: leading whitespace on first token (#12662) 2026-03-06 12:46:44 +00:00
server
sym feat: add Goal API for SymM + grind (#12143) 2026-01-24 20:30:08 +00:00
copy-produced
test_single.sh