lib/rley/parser/parse_state_tracker.rb in rley-0.7.03 vs lib/rley/parser/parse_state_tracker.rb in rley-0.7.04
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Rley # This module is used as a namespace
module Parser # This module is used as a namespace
# Helper class that keeps track of the parse states used
# while a Parsing instance is constructing a parse tree.
class ParseStateTracker