Aladdin - Scala Bugtracking
[#947] project: specification priority: low category: missing feature
submitter assigned to status date submitted
Nikolay Martin fixed 2007-02-11 17:51:20.0
subject [contrib #321] Extend symbol literal allowable syntax
code
val s:Symbol = '1
what happened
Compilation error: "error: illegal start of simple expression"
what expected To compile normally. I don't see why a digit-string isn't an allowed symbol literal. Maybe the syntax definition could be changed to: symbolLiteral ::= ‘’’ {idrest} (it currently is symbolLiteral ::= ‘’’ plainid" )
[back to overview]
Changes of this bug report
Nikolay  edited on  2007-02-11 17:51:57.0
contribution #321
Martin  edited on  2007-03-05 22:58:31.0
feature was added.