KerML 1.0b2 FTF Avatar
  1. OMG Issue

KERML — Typo in Grammar

  • Key: KERML-31
  • Status: closed  
  • Source: 88solutions ( Mr. Manfred R. Koethe)
  • Summary:

    Clause 8.2.5.7.1
    The closing apostrophe at the end of line is missing:

    FunctionBody : Type =
    ';' | '{' FunctionBodyPart '}

    Also, in the list of reserved words, "assign" is reserved, but doesn't appear in any KerML grammar. (It is a SysML v2 keyword, though).

  • Reported: KerML 1.0a1 — Sat, 22 Apr 2023 00:42 GMT
  • Disposition: Resolved — KerML 1.0b2
  • Disposition Summary:

    Correct production and reserved word list

    Correct the FunctionBody production as proposed and remove assign from the reserved word list.

  • Updated: Tue, 1 Jul 2025 15:00 GMT