Skip to content

Commit e39427d

Browse files
committed
Remove the translation layer
The translation layer is now removed in favor of using the translation layer built into prism.
1 parent 4c9fca1 commit e39427d

File tree

9 files changed

+0
-5337
lines changed

9 files changed

+0
-5337
lines changed

bin/whitequark

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

doc/changing_structure.md

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

lib/syntax_tree.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ module SyntaxTree
3434
autoload :Pattern, "syntax_tree/pattern"
3535
autoload :PrettyPrintVisitor, "syntax_tree/pretty_print_visitor"
3636
autoload :Search, "syntax_tree/search"
37-
autoload :Translation, "syntax_tree/translation"
3837
autoload :WithScope, "syntax_tree/with_scope"
3938
autoload :YARV, "syntax_tree/yarv"
4039

lib/syntax_tree/translation.rb

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

0 commit comments

Comments
 (0)