Sha256: a131f0ef783dc8e19c684b653864563389614e55af232e24ef9dbdec28079b35
Contents?: true
Size: 283 Bytes
Versions: 3
Compression:
Stored size: 283 Bytes
Contents
# frozen_string_literal: true module Lrama class State class Shift attr_reader :next_sym, :next_items attr_accessor :not_selected def initialize(next_sym, next_items) @next_sym = next_sym @next_items = next_items end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lrama-0.7.0 | lib/lrama/state/shift.rb |
lrama-0.6.11 | lib/lrama/state/shift.rb |
lrama-0.6.10 | lib/lrama/state/shift.rb |