aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lrama/lib/lrama/lexer/token/type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/lrama/lib/lrama/lexer/token/type.rb')
-rw-r--r--tool/lrama/lib/lrama/lexer/token/type.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/tool/lrama/lib/lrama/lexer/token/type.rb b/tool/lrama/lib/lrama/lexer/token/type.rb
deleted file mode 100644
index d58a56f40b..0000000000
--- a/tool/lrama/lib/lrama/lexer/token/type.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-module Lrama
- class Lexer
- class Token < Struct.new(:type, :s_value, :alias, keyword_init: true)
- class Type < Struct.new(:id, :name, keyword_init: true)
- end
- end
- end
-end