summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2021-03-13 07:17:38 -0500
committerBen Culkin <scorpress@gmail.com>2021-03-13 07:17:38 -0500
commit5e1e3767b335479040e48ff57f1eeff8a8f0d0ef (patch)
treefc397299c29d2aeefdc94afa51de7d15d96173c5
parent768aacdf6e02ad39b8a26a88cb64670235378e1a (diff)
Rearrange some things
This moves some documentation to a specific docs folder, as well as creating a new examples folder, and putting the two pieces of example code into there
-rw-r--r--.classpath3
-rwxr-xr-xdocs/new-syntax.txt (renamed from src/main/java/bjc/rgens/parser/new-syntax.txt)0
-rwxr-xr-xpom.xml2
-rwxr-xr-xsrc/example/java/bjc/rgens/parser/RGrammarTest.java (renamed from src/main/java/bjc/rgens/parser/RGrammarTest.java)0
-rwxr-xr-xsrc/example/java/bjc/rgens/text/markov/TextGenerator.java (renamed from src/main/java/bjc/rgens/text/markov/TextGenerator.java)0
5 files changed, 3 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index 2efb9ee..b2d80d6 100644
--- a/.classpath
+++ b/.classpath
@@ -13,11 +13,12 @@
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
+ <attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
- <attribute name="test" value="true"/>
</attributes>
</classpathentry>
+ <classpathentry kind="src" path="src/example/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
diff --git a/src/main/java/bjc/rgens/parser/new-syntax.txt b/docs/new-syntax.txt
index f6578b4..f6578b4 100755
--- a/src/main/java/bjc/rgens/parser/new-syntax.txt
+++ b/docs/new-syntax.txt
diff --git a/pom.xml b/pom.xml
index 733ba8c..5d2cb92 100755
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<developers>
<developer>
<name>Ben Culkin</name>
- <email>bjculkin@mix.wvu.edu</email>
+ <email>scorpress@gmail.com</email>
<url>https://github.com/bculkin2442</url>
</developer>
</developers>
diff --git a/src/main/java/bjc/rgens/parser/RGrammarTest.java b/src/example/java/bjc/rgens/parser/RGrammarTest.java
index 605fc5b..605fc5b 100755
--- a/src/main/java/bjc/rgens/parser/RGrammarTest.java
+++ b/src/example/java/bjc/rgens/parser/RGrammarTest.java
diff --git a/src/main/java/bjc/rgens/text/markov/TextGenerator.java b/src/example/java/bjc/rgens/text/markov/TextGenerator.java
index 22af52e..22af52e 100755
--- a/src/main/java/bjc/rgens/text/markov/TextGenerator.java
+++ b/src/example/java/bjc/rgens/text/markov/TextGenerator.java