-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate lake
project
#4748
base: develop
Are you sure you want to change the base?
Generate lake
project
#4748
Conversation
d997697
to
21a244f
Compare
defn = KoreDefn.from_definition(definition) | ||
defn = defn.project_to_rewrites() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we add an option to have here a filter_rewrites
call before project_to_rewrites
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. Is it OK if this happens in the next PR that introduces a CLI for this?
How does the workflow of generating the Lean files look like? A user will run a |
The user kompiles a K definition, then points the Python script to the definition directory to generate the |
cookiecutter
a runtime dependency