help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] minor formal problem on wrong parenthesys nesting


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] minor formal problem on wrong parenthesys nesting
Date: Mon, 10 May 2010 10:53:32 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.4

On 05/10/2010 06:56 AM, Bèrto ëd Sèra wrote:
if when writing the code for a class you make a mistake and end up
with [ instead of ] you get

gst: gst-parse.c:201: lex_lookahead: Assertion `p->la_size == 0 ||
token (p, p->la_size - 1) != (-1)' failed.

hmmm

st> Object subclass: B [
st>     a [
st>     [
st> ]
stdin:5: parse error, expected ']'

st> Object subclass: B [
st> [
stdin:7: parse error, expected ']'


Can you attach a testcase? You can send it privately if you prefer.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]