Comparing version 0.0.46 to 0.0.47
@@ -10,3 +10,14 @@ import { check } from "./system"; | ||
let i = 0; | ||
for (; i<7; i++) { | ||
let j = 0; | ||
if (sym == 0) { | ||
return false; | ||
} | ||
if ((sym & 0xFF00000000000000) != 0) { | ||
return false | ||
} | ||
for (; i<=6; i++) { | ||
j = i; | ||
let c = <u8>(sym & 0xFF); | ||
@@ -25,4 +36,4 @@ // ('A' <= c && c <= 'Z') | ||
i += 1; | ||
for (; i<7; i++) { | ||
j += 1; | ||
for (; j<=6; j++) { | ||
sym >>= 8; | ||
@@ -29,0 +40,0 @@ if ((sym & 0xFF) != 0) { |
{ | ||
"name": "as-chain", | ||
"version": "0.0.46", | ||
"version": "0.0.47", | ||
"description": "chain module for assemblyscript", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6396
1563018