This website requires JavaScript.
Explore
Help
Sign In
AleoHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/AleoHQ/leo.git
synced
2024-12-22 17:11:42 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6302bda18e
leo
/
parser
/
tests
/
serialization
/
main.leo
4 lines
38 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implements working typed ast serialization
2020-08-02 07:50:47 +03:00
function main() {
semi-colon after return statements are required
2021-04-14 23:59:07 +03:00
return 1 + 1;
Implements working typed ast serialization
2020-08-02 07:50:47 +03:00
}
Reference in New Issue
Copy Permalink