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-18 23:41:38 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f0525792a9
leo
/
tests
/
parser
/
expression
/
unary
/
not.leo
11 lines
78 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: ParseExpression
tests
2021-03-30 01:45:10 +03:00
expectation: Pass
*/
!x
!x.y
!x::y
!x()
!!x
!-x
Reference in New Issue
Copy Permalink