Replies: 1 comment
-
Thank you for your attention! The AST extraction code is originally based on LeanDojo's ExtractData.lean and references the following repository for the usage of this project: ExtractData.lean. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! Big fan of this repo and this project. This is a bit of a basic question, but I am stumped.
What lean code provides the AST?
lake exe repl
(repo) doesn't seem to support ast-retrieval. (even the quick example shows an empty ast object:DeepSeek-Prover-V1.5/quick_start.py
Line 69 in 2c4ba91
Did the codebase originally use LeanDojo's
ExtractData.lean
to get the AST? (If it still does, where?? I can't find any references to LeanDojo or the required code to generate an AST (does mathlib4 have it builtin now?)).Thanks for your time! (& for this cool paper / project!)
Beta Was this translation helpful? Give feedback.
All reactions