feat: Add support for the have, conv, and calc tactics #59

Merged
aniva merged 22 commits from goal/have-conv-calc into dev 2024-04-11 15:36:20 -07:00
Owner

Addresses #57

Features:

  1. Special commands to handle have, conv, calc; Due to the nature of conv and calc, the user may be interested in the state of the proof in between successive conv/calc commands.
  2. Consistently name all functions that require parsing try{...}. No more ambiguous execute.
  3. focus command which helps with limiting scope for the conv tactic

Fixes:

  1. Missing local context (#61)
Addresses #57 Features: 1. Special commands to handle `have`, `conv`, `calc`; Due to the nature of `conv` and `calc`, the user may be interested in the state of the proof in between successive `conv`/`calc` commands. 2. Consistently name all functions that require parsing `try{...}`. No more ambiguous `execute`. 3. `focus` command which helps with limiting scope for the `conv` tactic Fixes: 1. Missing local context (#61)
aniva added this to the v0.3 milestone 2024-04-06 14:17:47 -07:00
aniva self-assigned this 2024-04-06 14:17:47 -07:00
aniva deleted branch goal/have-conv-calc 2024-04-11 15:36:20 -07:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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#59
No description provided.