Module: OsuRuby::Beatmap::ParseHelper
- Defined in:
- (osu-ruby2 0.0.2) osu-ruby2/beatmap/parser.rb
Overview
parser assistant for beatmaps
Defined Under Namespace
Classes: CommaSplitRawEntry, HitObjectEntry, TimingPointEntry
Constant Summary collapse
- CommaSplitSection =
defines generic comma split entries
Parser::Section.create(Parser::CommaSplitEntry)
- RawCommaSection =
defines non parsing section parser
CommaSplitSection.create(CommaSplitRawEntry)
- TimingPointSection =
defines
TimingPoints
section parser. CommaSplitSection.create(TimingPointEntry)
- HitObjectSection =
defines
HitObject
section parser. CommaSplitSection.create(HitObjectEntry)