mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-22 04:32:49 +01:00
a lot of changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
(function(bitwise) {
|
||||
(function() {
|
||||
var twoOperandsRegex = /^(\d+)(<<|>>|\||\&|\^)(\d+)$/;
|
||||
|
||||
app.service('expression', {
|
||||
@@ -8,8 +8,6 @@
|
||||
return null;
|
||||
}
|
||||
|
||||
console.log(matches);
|
||||
|
||||
return {
|
||||
string:matches[0],
|
||||
operand1: parseInt(matches[1], 10),
|
||||
|
||||
Reference in New Issue
Block a user