Skip to content

Commit

Permalink
v0.008
Browse files Browse the repository at this point in the history
    * GH #23: (VERY) Preliminary support for extending the grammar.
    * GH #111: Support "die".
    * GH #112: Support "readline STDIN" or "readline(STDIN)".
    * GH #113: Support "$#_" (but not "$# _").
    * GH #114: Support all forms of binmode() (Val @valcomm).
    * GH #115: Support all forms of for() loop (Val @valcomm).
    * RT #132920: Fix confusion of quote-like operators by comments.
    * Support "_" in file operations ("-x _", etc.).
    * Support "$foo->$bar" and "$foo->$_".
    * Support 'eval "..."' or 'eval $foo'.
    * Improve wording on top-level anonymous hashes.
    * When failing without an exception, we throw an exception with
      more information (e.g., "print _").
  • Loading branch information
xsawyerx committed Jun 20, 2022
1 parent 8b0cc0d commit 2838253
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{$NEXT}}

0.008 2022-06-20 19:15:30+02:00 Europe/Amsterdam

* GH #23: (VERY) Preliminary support for extending the grammar.
* GH #111: Support "die".
* GH #112: Support "readline STDIN" or "readline(STDIN)".
Expand Down

0 comments on commit 2838253

Please sign in to comment.