mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 22:41:27 +00:00
Unify operator overloading and reuse arguments where possible; Update Binaryen; Update dist files
This commit is contained in:
@ -45,6 +45,17 @@
|
||||
0b0;
|
||||
0b1;
|
||||
0b1111111111111111111111111111111;
|
||||
0.0;
|
||||
0.123;
|
||||
.0;
|
||||
.123;
|
||||
12.34;
|
||||
1e1;
|
||||
1.0e1;
|
||||
1e+1;
|
||||
1.0e+1;
|
||||
1e-1;
|
||||
1.0e-1;
|
||||
"123";
|
||||
"1\"23";
|
||||
"1\"2\\3";
|
||||
|
@ -45,6 +45,17 @@
|
||||
0;
|
||||
1;
|
||||
2147483647;
|
||||
0;
|
||||
0.123;
|
||||
0;
|
||||
0.123;
|
||||
12.34;
|
||||
10;
|
||||
10;
|
||||
10;
|
||||
10;
|
||||
0.1;
|
||||
0.1;
|
||||
"123";
|
||||
"1\"23";
|
||||
"1\"2\\3";
|
||||
|
Reference in New Issue
Block a user