Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@shnarazk shnarazk released this 03 Dec 03:33
· 27 commits to main since this release

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:
スクリーンショット 2023-12-02 23 39 21

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?).