Zulip Chat Archive
Stream: lean4
Topic: src to src transformation
Kihong Heo (Jan 22 2026 at 03:03):
Hello. I’m trying to build a simple source-to-source transformation for Lean4. Where would be a good place to start? I’d appreciate any advice.
Kim Morrison (Jan 22 2026 at 04:27):
You would need to explain in more detail what you want to do before anyone can meaningfully help you.
Kihong Heo (Jan 22 2026 at 04:49):
Thanks. I want to build a formatter-style code transformation tool. e.g., changing indentation/newline and variable names, adding semicolon, etc. I would be very nice if there is any reference such as ast-to-code writer.
Last updated: Feb 28 2026 at 14:05 UTC