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
2025-01-04 16:15:11 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
65d237e25f
leo
/
tests
/
parser
/
statement
/
expression.leo
11 lines
69 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: ParseStatement
remove expression statements
2022-05-17 15:41:30 +03:00
expectation: Fail
tests
2021-03-30 01:45:10 +03:00
*/
expr;
x+y;
remove expression statements
2022-05-17 15:41:30 +03:00
x();
Reference in New Issue
Copy Permalink