help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] STInST Parser and parsing Glut (and other code)


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] STInST Parser and parsing Glut (and other code)
Date: Fri, 20 Sep 2013 16:31:40 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

I am flying right now and looked into how many of our packages can
be parsed using the Parser package. I skipped the Glib package and
now I am looking into Glut and it appears that this is a problem
my colleague had yesterday.

The following code works with the libgst/ parser but causes an
exception with STInST.

Object subclass: Test [
        | var |
]

Test extend [
        | newVar |
]


holger



reply via email to

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