KerML 1.1b1 RTF Avatar
  1. OMG Issue

KERML11 — Grammar rules missing "=" or incorrectly using ":"

  • Key: KERML11-108
  • Status: open  
  • Source: Emerson ( Kent Johnson)
  • Summary:

    The following grammar rules (production definitions) should be Foo = or Foo : Bar =, but instead differ.

    The following is missing =:
    1. ImportDeclaration : Import (page 81)

    The following end with : instead of =:
    2. SpecificType : Specialization : (page 87)
    3. BasicFeaturePrefix : Feature : (page 89)
    4. FeaturePrefix : (page 89)
    5. PrefixMetadataFeature : MetadataFeature : (page 105)

  • Reported: KerML 1.0 — Thu, 30 Oct 2025 14:04 GMT
  • Updated: Wed, 5 Nov 2025 05:22 GMT