Version 0.7.0
Handle $-string correctly.
commit id: ad11865036d914771cf236a43437cddca02be993
- version 0.6 interprets everything after
$
as a string:

- In version 0.7, $-string followed by
"
is a string followed by other tokens. And $-string followed by a space or a newline is handled as a string:

known issue
$\n
at the end of file could not be handled correctly. But I don't have a plan to fix it for now.
$\n
is the third form of $-string (unmentioned?).