Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

Incorrect parser error for quoted interpolation #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This program fails:

import crack.io FStr;
i:=1;
msg := FStr() `number = '$i'`;

with:
ParseError: test.crk:3: End of stream in the middle of a token

It succeeds when changing the last line to:
msg := FStr() `number = '$(i)'`;

Original issue reported on code.google.com by Conrad.S...@gmail.com on 23 May 2012 at 6:33

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 467e765c0832.

Original comment by mind...@gmail.com on 19 Jun 2012 at 12:13