leo icon indicating copy to clipboard operation
leo copied to clipboard

🦁 The Leo Programming Language. A Programming Language for Formally Verified, Zero-Knowledge Applications

Results 459 leo issues
Sort by recently updated
recently updated
newest added

## 💥 Proposal The requirement is that we separate the compiler into several stages that can then be debugged for further use. See the image below. ![image](https://user-images.githubusercontent.com/16431709/110362411-3c54fe80-800f-11eb-9ff8-0f9f64873075.png) ### Problem Unfortunately,...

feature
priority-medium

## 🚀 Feature right now attempting to use `==` on circuits causes the following error ``` circuit One { x: u8, } function main () { let x = One...

feature
priority-medium

## 🚀 Describe the Feature Adding support for floats (f8, f16, f32, f64) ## Motivation Floating-type values are important for ML and data science applications.

feature
priority-low

Taken from https://github.com/AleoHQ/snarkOS/pull/1491

feature
priority-medium

## 🐛 Bug Report tested on staging #### Code snippet to reproduce ``` function main() { // works let x: [u8; _] = [0, 0, 0, 0]; // fails let...

bug
fuzz-bug
priority-low
module-asg

## 🐛 Bug Report #### Code snippet to reproduce ``` function main() { let x: [u8; _] = [0, 1, 2, 3]; // works let y = x[2]; // fails...

bug
fuzz-bug
priority-low
module-asg

## 🚀 Feature The goal is to have the ability to define a function definition into the language without a body. (Write your description here) ## Motivation In the STDLIB,...

feature
priority-low

## 💥 Proposal `struct` is a more standard and familiar name that `circuit` for this kind of type. Since Leo is being designed to look as much as possible like...

feature
priority-low