File tree
4 files changed
+9
-13
lines changed- .github/workflows
- src/som/compiler
4 files changed
+9
-13
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
| 10 | + | |
| 11 | + | |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
- .github/workflows/ci.yml+10
- Examples/Benchmarks/Benchmark.som-2
- Examples/Benchmarks/BenchmarkHarness.som+44-60
- Examples/Benchmarks/Json/JsonObject.som+1-1
- Examples/Benchmarks/List.som+5-5
- Examples/Benchmarks/SomInit.som+80
- Examples/Benchmarks/SomParse.som+134
- Examples/Benchmarks/TestSuite/Hash2Test.som-1
- Examples/Benchmarks/TestSuite/Hash3Test.som-1
- Examples/Benchmarks/TestSuite/Hash4Test.som+1-2
- Examples/Benchmarks/TestSuite/Hash5Test.som-1
- Examples/Benchmarks/TestSuite/HashTest.som-1
- Examples/Benchmarks/TestSuite/Test.som+1-1
- Examples/Benchmarks/TestSuite/TestGC.som+202
- Smalltalk/Double.som+11
- Smalltalk/Integer.som+12
- Smalltalk/System.som+8-9
- Smalltalk/Vector.som+28-16
- SomSom/src/compiler/Parser.som+2-6
- SomSom/src/primitives/SystemPrimitives.som+19
- SomSom/src/vm/Main.som-5
- SomSom/src/vm/MainLoadAll.som+50
- SomSom/src/vmobjects/SClass.som+1-1
- SomSom/src/vmobjects/SObject.som+2-2
- TestSuite/BlockTest.som+39
- TestSuite/BooleanTest.som+42
- TestSuite/DoubleTest.som+28
- TestSuite/IntegerTest.som+26
- TestSuite/SymbolTest.som+21-4
- TestSuite/VectorTest.som+99-1
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| |||
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
334 |
| - | |
335 |
| - | |
336 |
| - | |
337 |
| - | |
338 |
| - | |
| 334 | + | |
339 | 335 |
| |
340 | 336 |
| |
341 | 337 |
| |
|
0 commit comments