Parse and enter environment at arbitrary points of the input #97
Labels
No Label
category
bug
category
doc
category
feature
category
optimization
category
organization
part/Delation
part/Elab
part/Environment
part/FFI
part/Frontend
part/Goal
part/REPL
part/Serial
priority
high
priority
irrelevant
priority
low
priority
medium
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Depends on
#99 feat: Collect holes in Lean file and put them into a `GoalState`
aniva/Pantograph
Reference: aniva/Pantograph#97
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When processing e.g. the miniF2F dataset, our users need to parse Lean expressions of the form
It would be helpful to capture the
CommandElabM
orTermElabM
monadic state right before the point of thesorry
. PyPantograph currently has an ad-hoc parser for this and it isn't very reliable.Done #99