From aeb53cb50e75f01c7e77b0f789cd94a38ff580ab Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Fri, 22 Sep 2023 11:33:20 -0400 Subject: [PATCH] [ruby/yarp] More documentation for desugar compiler https://github.com/ruby/yarp/commit/4a6df3c2a4 --- lib/yarp/desugar_compiler.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/yarp/desugar_compiler.rb b/lib/yarp/desugar_compiler.rb index 2cf5fb701a..b86e8518c6 100644 --- a/lib/yarp/desugar_compiler.rb +++ b/lib/yarp/desugar_compiler.rb @@ -1,6 +1,8 @@ # frozen_string_literal: true 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 # @@foo &&= bar #