Skip to content

Commit 129253e

Browse files
committed
Remove some stuff
1 parent d2e65c5 commit 129253e

File tree

4 files changed

+21
-45
lines changed

4 files changed

+21
-45
lines changed

Diff for: .gitignore

+4-21
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,12 @@
11
*.class
22
*.iml
3+
.gradle/
4+
5+
# Ignore compiled Pascal files
6+
*.j
37

48
## Directory-based project format:
59
.idea/
6-
# if you remove the above rule, at least ignore the following:
7-
8-
# User-specific stuff:
9-
# .idea/workspace.xml
10-
# .idea/tasks.xml
11-
# .idea/dictionaries
12-
# .idea/shelf
13-
14-
# Sensitive or high-churn files:
15-
# .idea/dataSources.ids
16-
# .idea/dataSources.xml
17-
# .idea/sqlDataSources.xml
18-
# .idea/dynamic.xml
19-
# .idea/uiDesigner.xml
20-
21-
# Gradle:
22-
# .idea/gradle.xml
23-
# .idea/libraries
24-
25-
# Mongo Explorer plugin:
26-
# .idea/mongoSettings.xml
2710

2811
## File-based project format:
2912
*.ipr

Diff for: .gradle/1.3/taskArtifacts/cache.properties

-1
This file was deleted.

Diff for: .gradle/1.3/taskArtifacts/cache.properties.lock

-1
This file was deleted.

Diff for: Pascal.j

+17-22
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,26 @@
99
return
1010
.end method
1111
.method public static main([Ljava/lang/String;)V
12-
.limit stack 4
13-
.limit locals 5
14-
ldc 1
15-
istore 1
12+
.limit stack 6
13+
.limit locals 1
1614
ldc 1
17-
istore 2
18-
ldc 10
19-
istore 4
20-
while:
21-
iload 1
22-
iload 4
15+
ldc 2
2316
isub
24-
ifge endLabel
17+
iflt LabelTrue0
18+
bipush 0
19+
goto LabelCompEnd0
20+
LabelTrue0:
21+
bipush 1
22+
LabelCompEnd0:
23+
ifeq LabelIfElse0
24+
getstatic java/lang/System/out Ljava/io/PrintStream;
25+
ldc 1
26+
invokevirtual java/io/PrintStream/println(I)V
27+
goto LabelIfElseEnd0
28+
LabelIfElse0:
2529
getstatic java/lang/System/out Ljava/io/PrintStream;
26-
iload 1
30+
ldc 0
2731
invokevirtual java/io/PrintStream/println(I)V
28-
iload 2
29-
istore 3
30-
iload 1
31-
iload 2
32-
iadd
33-
istore 2
34-
iload 3
35-
istore 1
36-
goto while
37-
endLabel:
32+
LabelIfElseEnd0:
3833
return
3934
.end method

0 commit comments

Comments
 (0)