Simple code generator and CLI redesign #10
Reference in New Issue
Block a user
Delete Branch "feat/code-generator"
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?
This PR implements a simple code generator which simply removes type annotations and unwraps cast expressions to produce interpretable Python code.
It also includes a complete redesign of the CLI, cleanly separating commands in different files, and simplifying the overloaded ones.
The new CLI includes the following commands: