Skip to content
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

Add pattern matching to compile command #79

Open
erhant opened this issue May 11, 2024 · 2 comments
Open

Add pattern matching to compile command #79

erhant opened this issue May 11, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@erhant
Copy link
Owner

erhant commented May 11, 2024

  • For instance, npx circomkit compile * should compile everything in circuits.json
  • npx circomkit compile by itself can default to the command above
  • npx circomkit compile mul_* could complie circuits like mul_1, mul_2, mul_xx.
@erhant erhant added the enhancement New feature or request label May 11, 2024
@0x471
Copy link
Contributor

0x471 commented Jan 19, 2025

Hey, can I work on this? @erhant

@erhant
Copy link
Owner Author

erhant commented Jan 21, 2025

Sure @0x471 !

I am also wondering if this should apply to other commands that take both a circuit name and and input, perhaps we can accept <circuit-pattern> <input> so that multiple circuits are given by the pattern, but only one input name is used (e.g. default.json for all of them). What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants