Parse and enter environment at arbitrary points of the input #97

Open
opened 2024-09-08 01:09:59 -07:00 by aniva · 0 comments
Owner

When processing e.g. the miniF2F dataset, our users need to parse Lean expressions of the form

theorem example_123 (a: Nat), Property a := sorry

It would be helpful to capture the CommandElabM or TermElabM monadic state right before the point of the sorry. PyPantograph currently has an ad-hoc parser for this and it isn't very reliable.

When processing e.g. the miniF2F dataset, our users need to parse Lean expressions of the form ```lean theorem example_123 (a: Nat), Property a := sorry ``` It would be helpful to capture the `CommandElabM` or `TermElabM` monadic state right before the point of the `sorry`. PyPantograph currently has an ad-hoc parser for this and it isn't very reliable.
aniva added this to the 0.3 milestone 2024-09-08 01:09:59 -07:00
aniva added the
category
feature
part/Elab
labels 2024-09-08 01:09:59 -07:00
aniva self-assigned this 2024-09-08 01:09:59 -07:00
aniva added the
part/Frontend
label 2024-09-08 13:39:54 -07:00
aniva modified the milestone from 0.3 to TACAS '25 2024-09-08 13:48:50 -07:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aniva/Pantograph#97
No description provided.