REBOL3 tracker
  0.9.12 beta
Ticket #0001461 User: anonymous

Project:



rss
TypeBug Statustested Date6-Feb-2010 17:47
Versionalpha 96 CategorySyntax Submitted byCarl
PlatformAll Severityminor Prioritynormal

Summary Cannot lit quote arrow-based words, such as '< or '<> etc.
Description It's problematic that arrows can be words, but not referenced in a quoted form.

While it may be ok not to allow set-word or get-word forms, the lit-word form is useful here.

See also: http://www.rebol.net/r3blogs/0305.html
Example code
>> print '<
** Syntax error: invalid "word-lit" -- "'"
** Near: (line 1) print '<

>> print '>
** Syntax error: invalid "word" -- "'>"
** Near: (line 1) print '>

>> print '<>
** Syntax error: invalid "word-lit" -- "'"
** Near: (line 1) print '<>

>> print '<=
** Syntax error: invalid "word-lit" -- "'"
** Near: (line 1) print '<=

>> print '>=
** Syntax error: invalid "word" -- "'>="
** Near: (line 1) print '>=

Assigned ton/a Fixed inalpha 97 Last Update8-Feb-2010 03:39


Comments

Date User Field Action Change
8-Feb-2010 03:39 BrianH Status Modified built => tested
6-Feb-2010 18:26 Carl Fixedin Modified => alpha 97
6-Feb-2010 18:26 Carl Status Modified submitted => built
6-Feb-2010 17:47 Carl Description Modified -
6-Feb-2010 17:47 Carl Code Modified -
6-Feb-2010 17:47 Carl Ticket Added -