aboutsummaryrefslogtreecommitdiffstats
path: root/yarp/templates/template.rb
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-09-22 11:31:45 -0400
committerKevin Newton <kddnewton@gmail.com>2023-09-27 12:10:23 -0400
commitb18e05b18f5987cd5ce506af380558fd192d2d1c (patch)
tree291306ebd8204baf9f0ffc5bc8411ec2b6490116 /yarp/templates/template.rb
parent3cec94624b0a0b308df03f5dba22dd5eb2e4f515 (diff)
downloadruby-b18e05b18f5987cd5ce506af380558fd192d2d1c.tar.gz
[ruby/yarp] Split up compiler versus visitor
https://github.com/ruby/yarp/commit/2e6baa3f19
Diffstat (limited to 'yarp/templates/template.rb')
-rwxr-xr-xyarp/templates/template.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/yarp/templates/template.rb b/yarp/templates/template.rb
index ea5946761e..f24c756438 100755
--- a/yarp/templates/template.rb
+++ b/yarp/templates/template.rb
@@ -366,11 +366,13 @@ module YARP
"java/org/yarp/Loader.java",
"java/org/yarp/Nodes.java",
"java/org/yarp/AbstractNodeVisitor.java",
+ "lib/yarp/compiler.rb",
"lib/yarp/dispatcher.rb",
"lib/yarp/dsl.rb",
- "lib/yarp/mutation_visitor.rb",
+ "lib/yarp/mutation_compiler.rb",
"lib/yarp/node.rb",
"lib/yarp/serialize.rb",
+ "lib/yarp/visitor.rb",
"src/node.c",
"src/prettyprint.c",
"src/serialize.c",