Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-4368

syntax simplification for types declaration

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.3.0ruta
    • 2.3.0ruta
    • Ruta
    • None

    Description

      Below a proposal to make the Ruta syntax more succinct:

      When declaring types with a parent type: if no parent type is specified, Annotation is used as the implied default parent type.

      // before
      DECLARE Annotation MyAnnotation(STRING myFeature);
      // after
      DECLARE MyAnnotation(STRING myFeature);
      

      Attachments

        1. DECLARE.diff
          8 kB
          Renaud Richardet
        2. DECLARE-filelist.txt
          2 kB
          Renaud Richardet

        Activity

          People

            pkluegl Peter Klügl
            renaudrichardet Renaud Richardet
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: