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
[email protected]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to