Sha256: 9bc04b0cd947161ecc66af99a3c1fc79fbab187ecbc1337c920e076959034adf
Contents?: true
Size: 342 Bytes
Versions: 8
Compression:
Stored size: 342 Bytes
Contents
module Tnql grammar RegistrationStatus rule registration_status space? status_keyword more_statuses:(','? space? ('and' space)? status_keyword)* <Nodes::RegistrationStatusNode> end rule status_keyword ('final' / 'provisional' / 'referenced' / 'treatment' space 'only') <Nodes::StatusKeywordNode> end end end
Version data entries
8 entries across 8 versions & 1 rubygems