|
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
|