Closed christoff-buerger closed 7 years ago
Petite Chez Scheme 9.5 fails the patterns.scm test with RACR exception: Malformed name in AST rule [B:A->A<A1-A*<A2]; Names must start with a letter.
patterns.scm
RACR exception: Malformed name in AST rule [B:A->A<A1-A*<A2]; Names must start with a letter.
The error was due to ambiguous AST-rule parsing; the evaluation order of function arguments is undefined in Scheme but parsing function calls have been given as arguments.
Petite Chez Scheme 9.5 fails the
patterns.scm
test withRACR exception: Malformed name in AST rule [B:A->A<A1-A*<A2]; Names must start with a letter.