Sawyer X
Sawyer X
I don't understand the consistency you're expressing here...
We documented two relevant pieces: * Strings can *only* be defined with quotes, single quotes, and `qw` for a list of them. * Auto-quoting is not supported. I think it...
> I was a little off in the issue title, `-bareword` doesn't seem to be called "autoquoting" in the docs, since it's a special behavior of the negation operator, so...
@vickenty Thoughts for a new name? :)
Originally `NonBrace` were introduced to handle the ambiguity of top-level braces being either a hashref or a bare block. ``` sub foo { { 'foo' => 'bar' } # Hmm......
Oddly enough, `defer` needs a semicolon, while `try/catch/finally` don't.
Are you interested in submitting a PR for this?
Support from the wonderful #marpa developer community: :heart_eyes: ``` 05:44 | jdurand_ | Re https://colabti.org/irclogger/irclogger_log/marpa?date=2020-06-15#l6 05:45 | jdurand_ | as stated by Jeffrey, I it just a matter of compiling...
Preliminary implementation available with documentation of it here: https://github.com/xsawyerx/guacamole/commit/801bcb677f1f5a3a4b22bb4b058192316f77aafb
How do you mean "being broken"? I ran the test and got a result. Could you provide me more details about what you mean?