[ruby/yarp] More documentation for desugar compiler

https://github.com/ruby/yarp/commit/4a6df3c2a4
This commit is contained in:
Kevin Newton 2023-09-22 11:33:20 -04:00
Родитель b18e05b18f
Коммит aeb53cb50e
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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
#