This website requires JavaScript.
Explore
Help
Sign In
ProvableHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/ProvableHQ/leo.git
synced
2024-11-28 09:02:58 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
310f38e224
leo
/
benchmark
/
simple.leo
7 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
replace struct -> circuit in pest parsing
2020-05-13 06:54:32 +03:00
circuit Circ {
x: u32
}
syntax for nested arrays. enforce_eq for nested arrays
2020-05-12 23:42:10 +03:00
function main() {
replace struct -> circuit in pest parsing
2020-05-13 06:54:32 +03:00
let c = Circ { x: 4 };
impl specific import, import *, import aliasing
2020-04-26 09:25:48 +03:00
}
Reference in New Issue
Copy Permalink