[lisaac-Bugs][311017] args.to args.count parsing error
lisaac-bugs at alioth.debian.org
lisaac-bugs at alioth.debian.org
Fri Aug 22 13:04:16 UTC 2008
Bugs item #311017, was opened at 2008-08-22 08:04
Status: Open
Priority: 3
Submitted By: Jeremy Cowgar (jeremy-guest)
Assigned to: Nobody (None)
Summary: args.to args.count parsing error
Initial Comment:
The following code produces an error that should not be, args being an array:
args.lower.to args.count do { // code }
If you add parens around args.count, the loop parses as it should:
args.lower.to (args.count) do { // code }
Without the parens, the error message is:
Added ')'.
Line 17 column 32 in EXAMPLE(./example.li):
args.lower.to args.count do { i:INTEGER;
^
--WARNING----------
Added ';'.
Line 17 column 32 in EXAMPLE(./example.li):
args.lower.to args.count do { i:INTEGER;
^
--SYNTAX-----------
Incorrect symbol.
Line 17 column 32 in EXAMPLE(./example.li):
args.lower.to args.count do { i:INTEGER;
----------------------------------------------------------------------
You can respond by visiting:
http://alioth.debian.org/tracker/?func=detail&atid=413092&aid=311017&group_id=100200
More information about the Lisaac-devel
mailing list