Here's a trivial patch to fix this.--- parser.cup 2005-06-15 15:18:34.0 -0700
+++ jasmin-sable-1.2/src/jasmin/parser.cup 2001-10-09 13:57:25.0
-0700
@@ -232,7 +232,7 @@
field_item ::= field_spec field_attrs | field_spec;
field_spec ::=
-DFIELD access:a Word:name Word:
Package: jasmin-sable
Version: 1.2-2
Severity: normal
I can't get jasmin to parse any file that has a field declaration,
although it looks fine according to the documentation:
$ cat Field.j
.class public Field
.super java/lang/Object
.field foo I
; standard initializer
.method public ()V
2 matches
Mail list logo