mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 19:14:00 +02:00
parent
b18e05b18f
commit
aeb53cb50e
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module YARP
|
module YARP
|
||||||
|
# DesugarCompiler is a compiler that desugars Ruby code into a more primitive
|
||||||
|
# form. This is useful for consumers that want to deal with fewer node types.
|
||||||
class DesugarCompiler < MutationCompiler
|
class DesugarCompiler < MutationCompiler
|
||||||
# @@foo &&= bar
|
# @@foo &&= bar
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue