gruesome 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,15 +1,15 @@
1
1
  module Gruesome
2
- module Z
3
- module OpcodeClass
4
- OP0 = 0
5
- OP1 = 1
6
- OP2 = 2
2
+ module Z
3
+ module OpcodeClass
4
+ OP0 = 0
5
+ OP1 = 1
6
+ OP2 = 2
7
7
 
8
- VAR = 3
8
+ VAR = 3
9
9
 
10
- EXT = 4
11
- end
12
- end
10
+ EXT = 4
11
+ end
12
+ end
13
13
  end
14
14
 
15
15
 
@@ -1,15 +1,15 @@
1
1
  module Gruesome
2
- module Z
3
- module OperandType
4
- LARGE = 0
5
- SMALL = 1
6
- VARIABLE = 2
7
- OMITTED = 3
2
+ module Z
3
+ module OperandType
4
+ LARGE = 0
5
+ SMALL = 1
6
+ VARIABLE = 2
7
+ OMITTED = 3
8
8
 
9
- # Special case
10
- STRING = 4
11
- end
12
- end
9
+ # Special case
10
+ STRING = 4
11
+ end
12
+ end
13
13
  end
14
14
 
15
15