Zulip Chat Archive
Stream: new members
Topic: Question about stdlib documentation
Ioannis Konstantoulas (Jun 13 2023 at 14:17):
Hello all; I would like to write some test CLI programs in Lean, and was wondering if there is any documentation or guide for the standard library, especially boilerplate like CLI option handling, file manipulation, regex support and similar tools.
Alex J. Best (Jun 13 2023 at 17:36):
There is the project https://github.com/mhuisi/lean4-cli which should make it fairly easy to add CLI support. File manipulation primitives are built in for the most part, and I don't know about regex
Ioannis Konstantoulas (Jun 13 2023 at 17:37):
Thank you Alex!
Last updated: Dec 20 2023 at 11:08 UTC