-
Updated
Mar 17, 2022 - JavaScript
zero-knowledge
Here are 186 public repositories matching this topic...
-
Updated
Mar 19, 2022 - C++
-
Updated
Mar 19, 2022 - Rust
-
Updated
Mar 18, 2022 - C++
-
Updated
Jun 6, 2021 - Haskell
-
Updated
May 30, 2021 - Python
-
Updated
Mar 17, 2022 - Solidity
-
Updated
Nov 3, 2021 - Rust
🐛 Bug Report
using an invalid character in an import name gives no error information
Error Message
Error [EPAR0370000]: ~
--> D:\Work\leo-playground\src/main.leo:1:12
|
1 | import test~.lib.func;
Expected Behavior
it should display the same error message as when an uppercase letter is used:
Error [EPAR0370012]: package names must be lowercase
Describe what you want implemented
Remove the bit_iterator macro.
Describe "Why" this is needed
As far as I can see we only invoke the macro once to create BitIterator8 so I don't see the need to have a macro for it. Creating BitIterator8 directly is much clearer.
Describe alternatives you've considered
Leave as is.
Additional context
NA
-
Updated
Feb 15, 2022 - JavaScript
-
Updated
Jun 18, 2019 - Python
Currently, comments in Miden assembly must be surround by # characters. Thus, even for single line comments we must write:
# this is a comment #
It is a bit annoying that we need to terminate single line comments with #. The main motivation for doing so was ease of parsing, and in fact parsing this style of comments is very easy (they are stripped out from the source code as im
-
Updated
Sep 12, 2020 - Rust
-
Updated
Feb 28, 2022 - Solidity
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Mar 18, 2022 - Rust
-
Updated
Mar 19, 2022 - Rust
-
Updated
Mar 17, 2022 - Rust
-
Updated
Sep 16, 2020 - Rust
-
Updated
Mar 17, 2022 - Rust
-
Updated
Dec 7, 2021 - TypeScript
-
Updated
Oct 4, 2020
-
Updated
Oct 9, 2021 - TypeScript
-
Updated
Mar 11, 2022 - Rust
-
Updated
Oct 31, 2021 - Python
-
Updated
Mar 8, 2022 - Rust
Improve this page
Add a description, image, and links to the zero-knowledge topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zero-knowledge topic, visit your repo's landing page and select "manage topics."


#306 addresses a term-precedence bug with exponentiation. However, we do not have an end-to-end test case for this.
It should be included, ideally for all operators.