Universal-Variability-Language / uvl-parser

GNU Lesser General Public License v3.0
10 stars 8 forks source link

Implementation Issue #1 (Separate Constraint Parser) #3

Closed DarioRomano closed 2 years ago

DarioRomano commented 2 years ago

An implementation of Issue #1 . Creates a new separate grammar UVLConstraint, and implements the necessary functions to parse UVL constraints. Additionally adds a parseConstraint(String s) method to the UVLModelFactory that returns a Constraint Object from the parsed String.

DarioRomano commented 2 years ago

closed because implemented in e7aa81f