Created 2 modules: parsley-grammar and parsley-examples
This commit is contained in:
parent
6be7f76372
commit
c9c1454f90
29 changed files with 278032 additions and 57 deletions
9
pom.xml
9
pom.xml
|
@ -4,13 +4,18 @@
|
|||
|
||||
<groupId>com.albertoventurini.parsley</groupId>
|
||||
<artifactId>parsley</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<packaging>pom</packaging>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
|
||||
<name>graphino</name>
|
||||
<name>parsley</name>
|
||||
|
||||
<url>https://github.com/albertoventurini/parsley</url>
|
||||
|
||||
<modules>
|
||||
<module>parsley-grammar</module>
|
||||
<module>parsley-examples</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<antlr.version>4.7.1</antlr.version>
|
||||
<junit.version>5.6.1</junit.version>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue