grammars-v4
                                
                                 grammars-v4 copied to clipboard
                                
                                    grammars-v4 copied to clipboard
                            
                            
                            
                        OCL 2.4 Grammar
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
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.