diff options
author | Jeremy Evans <[email protected]> | 2024-03-18 10:54:27 -0700 |
---|---|---|
committer | Jeremy Evans <[email protected]> | 2024-04-04 17:13:40 -0700 |
commit | 3a674c9c655288b3e12ac1cff149ba4af08fd452 (patch) | |
tree | 8b6a1bbad71ded8f5c5625491d69e567d6afdfce /node.h | |
parent | 39afab6083976937b52f7a826c7d3f30fcb4e3b3 (diff) |
Remove compiler code to handle keywords and blocks in operator assignment syntax
Code such as:
```ruby
foo[0, &bar] = baz
foo[0, bar: 1] = baz
foo[0, **bar] = baz
```
Is now a syntax error, so all of the removed code is now dead.
Diffstat (limited to 'node.h')
0 files changed, 0 insertions, 0 deletions