Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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