aboutsummaryrefslogtreecommitdiffstats
path: root/yarp/templates/template.rb
diff options
context:
space:
mode:
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",