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-12-21 09:11:39 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
938f1fdbc1
leo
/
tests
/
parser
/
circuits
/
fields.leo
9 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests
2021-03-30 01:45:10 +03:00
/*
ns -> namespace
2021-04-07 20:01:24 +03:00
namespace: Parse
tests
2021-03-30 01:45:10 +03:00
expectation: Pass
*/
circuit X {
hacky, but optional comma only allowed on last member variable
2021-04-29 22:22:17 +03:00
x: u32;
don't allow mixing of semi-colons and commas
2021-05-05 21:53:46 +03:00
y: u32;
tests
2021-03-30 01:45:10 +03:00
}
Reference in New Issue
Copy Permalink