summaryrefslogtreecommitdiff
path: root/examples/gfcc/runtime.j
diff options
context:
space:
mode:
authorjohn.j.camilleri <john.j.camilleri@chalmers.se>2013-09-16 07:17:27 +0000
committerjohn.j.camilleri <john.j.camilleri@chalmers.se>2013-09-16 07:17:27 +0000
commitf5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 (patch)
tree946c9e8542b8e8271b6b529a95c0400fa6613cb4 /examples/gfcc/runtime.j
parent8e1c6cca407c82fc09569d80c231b8d256735989 (diff)
Remove contribs and examples
Everything has now been moved to a separate repository at https://github.com/GrammaticalFramework/gf-contrib The contents of the examples folder are build during SetupWeb
Diffstat (limited to 'examples/gfcc/runtime.j')
-rw-r--r--examples/gfcc/runtime.j55
1 files changed, 0 insertions, 55 deletions
diff --git a/examples/gfcc/runtime.j b/examples/gfcc/runtime.j
deleted file mode 100644
index 88db0b9b8..000000000
--- a/examples/gfcc/runtime.j
+++ /dev/null
@@ -1,55 +0,0 @@
-.class public runtime
-.super java/lang/Object
-;
-; standard initializer
-.method public <init>()V
- aload_0
- invokenonvirtual java/lang/Object/<init>()V
- return
-.end method
-
-.method public static ilt(II)I
-.limit locals 2
-.limit stack 2
- iload_0
- iload_1
- if_icmpge Label0
- iconst_1
- ireturn
- Label0:
- iconst_0
- ireturn
-.end method
-
-.method public static flt(FF)I
-.limit locals 2
-.limit stack 2
- fload_0
- fload_1
- fcmpl
- ifge Label0
- iconst_1
- ireturn
- Label0:
- iconst_0
- ireturn
-.end method
-
-.method public static iprintf(I)V
-.limit locals 1
-.limit stack 1000
- getstatic java/lang/System/out Ljava/io/PrintStream;
- iload_0
- invokevirtual java/io/PrintStream/println(I)V
- return
-.end method
-
-.method public static fprintf(F)V
-.limit locals 1
-.limit stack 1000
- getstatic java/lang/System/out Ljava/io/PrintStream;
- fload_0
- invokevirtual java/io/PrintStream/println(F)V
- return
-.end method
-