openEHR / adl-antlr

Antrl4 grammars for ADL
Apache License 2.0
1 stars 4 forks source link

value matches {True} does not seem to parse #2

Closed pieterbos closed 8 years ago

pieterbos commented 8 years ago
trying to parse adl2-tests/features/terminology/value_sets/openehr-ehr-EVALUATION.term_constraint_variations.v0.0.1.adls
line 34:27 mismatched input '}' expecting '['
line 186:22 mismatched input 'nomedct.info' expecting '>'
line 186:37 mismatched input '/' expecting '='

when trying to parse

ELEMENT[id5] occurrences matches {0..1} matches {   -- Absolute Contraindication?
   value matches {
      DV_BOOLEAN[id52] matches {
         value matches {True}
      }
   }
}
wolandscat commented 8 years ago

This should now be corrected.

pieterbos commented 8 years ago

tested again - this is fixed.