cederberg / grammatica

Grammatica is a C# and Java parser generator (compiler compiler)
https://grammatica.percederberg.net
Other
87 stars 35 forks source link

Porting to Maven #11

Open marcoXbresciani opened 5 years ago

marcoXbresciani commented 5 years ago

Hello, I've used Grammatica a gazillion of years ago (2005!) for my graduation thesis and I'm now rediscovering it to show how to use a parser for our internal tool purpose.

Is it possible to have the latest version on Maven? I see that https://mvnrepository.com/artifact/net.percederberg.grammatica/grammatica has version 1.5 only.

cederberg commented 5 years ago

I guess this would be possible, but I actually don't know how Grammatica ended up in Maven to start with... So perhaps I'm not the person to ask for how to update it?

Personally, I'm trying my best to avoid Maven and the stupid pom.xml files. If you know a good way to do this, I'm open to a pull request for BuildR or Gradle or something even better... 😃