Skip to content

Commit c92ee2a

Browse files
authored
Merge pull request #527 from ruby-syntax-tree/move-yarv
Move YARV out of syntax tree
2 parents b2c3dc8 + d1e4918 commit c92ee2a

20 files changed

+0
-14172
lines changed

exe/yarv

Lines changed: 0 additions & 63 deletions
This file was deleted.

lib/syntax_tree.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ module SyntaxTree
3535
autoload :PrettyPrintVisitor, "syntax_tree/pretty_print_visitor"
3636
autoload :Search, "syntax_tree/search"
3737
autoload :WithScope, "syntax_tree/with_scope"
38-
autoload :YARV, "syntax_tree/yarv"
3938

4039
# This holds references to objects that respond to both #parse and #format
4140
# so that we can use them in the CLI.

lib/syntax_tree/yarv.rb

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)