Problem in parsing of fixed-point dynamic rule operator:

forward-prop-while(transform, before, recur, after | Rs1, Rs2) =
|[ while do ]|
; (transform
<+ before
; /~Rs1~Rs2/* (|[ while do ]|)
; after)

Seems that it is being parsed as comment

Submitted on 1 November 2005 at 08:40

On 1 November 2005 at 08:56 Jira commented:

STR-437, visser:
I added a test to the strategies test-suite that reproduces the problem.


On 1 November 2005 at 11:39 Jira commented:

STR-437, martin:
The issues is worked around by only allowing 0 or 1 space after the RuleNames. This is quite a dirty hack, so we need to work on a better mechanism. The requirement is that there is an automated mapping to an abstract syntax tree without the lexical details.


On 4 August 2006 at 00:18 Jira commented:

STR-437, visser:
Since there is a workaround, this is not an urgent issue


On 9 January 2013 at 16:57 Eelco Visser removed tag 0.19

On 9 January 2013 at 16:57 Eelco Visser tagged 0.19M1

On 9 January 2013 at 16:57 Eelco Visser removed tag 0.19M1

On 9 January 2013 at 16:57 Eelco Visser tagged interesting

Log in to post comments