Issue status update for http://smalltalk.gnu.org/node/693 Post a follow up: http://smalltalk.gnu.org/project/comments/add/693

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

In other implementations the following is possible:
(RBParser parseExpression: '2r10') source

This will yield '2r10' while value will continue to return 2. For
implementing GSM specifications it is more natural to read and write the
numbers as bits and gst-convert should not change that.

In Pharo there is a RBLiteralValueNode subclass that holds a
RBNumberLiteralToken. Both classes do not appear to exist in our
implementation.



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

Reply via email to