Minor Compiler bug

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Minor Compiler bug

MarkR
Dear Compiler writers,

When compiling the OS OutputTest, the supplied compiler seems to ignore the backslash in the quotes string of punctuation.

   ie it treats  ...?@[\]^_....   as ....?@[]^_.....

Looking at the output of the OutputTest with VMEulator, I see the \ is missing.

In the VM file, you can see the string is 1 character short and a "push constant 92" is missing.

Best wishes

Mark