ualberta-smr / LibCompPlugin

An IntelliJ plugin for comparing libraries
http://smr.cs.ualberta.ca/comparelibraries
MIT License
6 stars 1 forks source link

More structured gradle parsing #34

Closed snadi closed 4 years ago

snadi commented 4 years ago

Right now, it seems we use text-based regular expressions for parsing gradle dependencies. Similar to how we use PSI for Java files, there must be a parser for gradle files that we can use (Given that IntelliJ can recognize incorrect syntax there)