From 5008c26a604876bcad09c868aa2ec4a2c8b64e35 Mon Sep 17 00:00:00 2001 From: bjculkin Date: Fri, 31 Mar 2017 08:54:20 -0400 Subject: Move Pratt Parser to new project --- JPratt/pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 JPratt/pom.xml (limited to 'JPratt/pom.xml') diff --git a/JPratt/pom.xml b/JPratt/pom.xml new file mode 100644 index 0000000..a1ef7a9 --- /dev/null +++ b/JPratt/pom.xml @@ -0,0 +1,28 @@ + + 4.0.0 + bjc + JPratt + 0.0.1-SNAPSHOT + JPratt + Pratt parser in java + + src + + + maven-compiler-plugin + 3.5.1 + + 1.8 + 1.8 + + + + + + + bjc + BJC-Utils2 + 0.1.0-SNAPSHOT + + + \ No newline at end of file -- cgit v1.2.3