Comparing version 0.3.0 to 0.3.1
@@ -45,2 +45,4 @@ "use strict"; | ||
return left_node & right_node; | ||
case '^': | ||
return left_node ^ right_node; | ||
// Rational operators | ||
@@ -47,0 +49,0 @@ case 'in': |
{ | ||
"name": "jintr", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A tiny JavaScript interpreter written in TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38125
982