[bug] Fails to parse class pragma with two arguments

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[bug] Fails to parse class pragma with two arguments

Holger Hans Peter Freyther-3
Issue status update for
http://smalltalk.gnu.org/node/658
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/658

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    STInST
 Category:     bug reports
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  zecke
 Updated by:   zecke
 Status:       active

GSTFileInParser>>#parseClassTag fails to parse the example below.

Eval [
   | gst |

   gst := 'Object subclass: Bla [
       
   ]'.

   STInST.STClassLoader new parseSmalltalkStream: gst readStream with:
STInST.GSTFileInParser.
]



_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk