module Music module Transcription module Parsing grammar NonnegativeInteger rule nonnegative_integer [0-9]* end end end end end