Sha256: 828384f7141732c19396ec70ba08207e9980bd4c4cc25a5d28fe12b7db6958d0

Contents?: true

Size: 377 Bytes

Versions: 5

Compression:

Stored size: 377 Bytes

Contents

module Tnql
  grammar Registry
    rule registry
      space registry:(registry_code / registry_abbr) <Nodes::RegistryNode>
    end

    rule registry_code
      'y' [0-9] 4..4 <Nodes::RegistryCodeNode>
    end

    rule registry_abbr
      ('nycris' / 'trent' / 'ecric' / 'thames' / 'oxford' / 'ociu' / 'swcis' / 'wmciu' / 'nwcis') <Nodes::RegistryAbbrNode>
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tnql-1.0.4 lib/tnql/grammars/registry.treetop
tnql-1.0.3 lib/tnql/grammars/registry.treetop
tnql-1.0.2 lib/tnql/grammars/registry.treetop
tnql-1.0.1 lib/tnql/grammars/registry.treetop
tnql-1.0.0 lib/tnql/grammars/registry.treetop