Maven++ is a textual DSL for configuring Maven projects. It extends Maven with some concepts that makes it more easy to create complex project setups.
Eclipse Public License 1.0
2
stars
0
forks
source link
Add grammar keywords as valid input data #7
Open
shillner opened 9 years ago
The keywords of the grammar are usually not allowed as input data where text input is required (not strings).
Add all relevant keywords to the IDOrKW rule so that those can be used as text input.