grammars-v4 icon indicating copy to clipboard operation
grammars-v4 copied to clipboard

OCL 2.4 Grammar

Open kevinlano opened this issue 3 years ago • 2 comments

There is no grammar for OCL in the grammars-v4 repository. I have written a grammar for OCL and would like to contribute this. It may be viewed at: https://github.com/eclipse/agileuml/blob/master/OCL.g4

kevinlano avatar Jun 21 '22 09:06 kevinlano

Hey @kevinlano, contributions are always welcome, and thank-you! In general, we prefer:

  • A readme.md file to explain what the grammar is
  • A simple pom.xml for the grammar (you can just cut and paste from another grammar), and that pom.xml noted in the root pom.xml
  • An example or a couple examples in the examples\ directory.

teverett avatar Jun 21 '22 16:06 teverett