We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is migrated from olehmisar#4
Add noir support to zk-regex.
To test:
git clone https://github.com/olehmisar/zk-regex.git
git checkout noir
cd packages/compiler
cargo run --bin zk-regex raw -r "m[10]-[ab]+;" --noir-file-path my_file.nr
Missing features:
ˆ
gen_substrs
^
$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue is migrated from olehmisar#4
Add noir support to zk-regex.
To test:
git clone https://github.com/olehmisar/zk-regex.git
git checkout noir
cd packages/compiler
cargo run --bin zk-regex raw -r "m[10]-[ab]+;" --noir-file-path my_file.nr
Missing features:
ˆ
) support for Noir #1gen_substrs
gen_substrs
support #2gen_substrs
support #5^
and$
and overall, not a lot of testing was conductedThe text was updated successfully, but these errors were encountered: