<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rgens.git/src/main/java/bjc/rgens/parser/RGrammarFormatter.java, branch trunk</title>
<subtitle>Mini-language for generating random text
</subtitle>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/'/>
<entry>
<title>Minor changes</title>
<updated>2022-09-27T23:16:55+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2022-09-27T23:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=9c15e27c338e24595baf6a4d3d90d7bbf314436b'/>
<id>9c15e27c338e24595baf6a4d3d90d7bbf314436b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to esodata changes</title>
<updated>2020-12-04T00:23:06+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-12-04T00:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=223dc6d10617d282204c515cf3794d59a31ebf16'/>
<id>223dc6d10617d282204c515cf3794d59a31ebf16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust to BJC-Utils changes</title>
<updated>2020-04-12T18:31:57+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-04-12T18:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=2178269935fd01da6e0893107c06f21d6b73bb78'/>
<id>2178269935fd01da6e0893107c06f21d6b73bb78</id>
<content type='text'>
Several packages were moved from BJC-Utils to esodata. This makes the
necessary changes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Several packages were moved from BJC-Utils to esodata. This makes the
necessary changes</pre>
</div>
</content>
</entry>
<entry>
<title>Import organization</title>
<updated>2018-10-28T18:53:41+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-10-28T18:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=1984384d470670c7732efe8c4ab18588da431dbe'/>
<id>1984384d470670c7732efe8c4ab18588da431dbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update logging</title>
<updated>2018-08-10T13:58:22+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-08-10T13:58:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=2acee8f9acf53fd8c1f97f8d40bf0bd6fd53148a'/>
<id>2acee8f9acf53fd8c1f97f8d40bf0bd6fd53148a</id>
<content type='text'>
Logging now uses the RGrammarLogging system so as to allow for better
customizability of how the logging works
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Logging now uses the RGrammarLogging system so as to allow for better
customizability of how the logging works
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring</title>
<updated>2018-06-07T23:37:51+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-06-07T23:37:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=44a8d9d2d56a311293ec86ea40df7126748300a1'/>
<id>44a8d9d2d56a311293ec86ea40df7126748300a1</id>
<content type='text'>
The main refactoring here is removing the type field from the various
classes, but there are a few other smaller ones.

This also contains the grounds for a refactoring on variable use
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The main refactoring here is removing the type field from the various
classes, but there are a few other smaller ones.

This also contains the grounds for a refactoring on variable use
</pre>
</div>
</content>
</entry>
<entry>
<title>Weighting part 1</title>
<updated>2018-06-04T00:31:50+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-06-04T00:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=825d281097d821048f91eaac8dacf335365cb958'/>
<id>825d281097d821048f91eaac8dacf335365cb958</id>
<content type='text'>
This re-adds the capability to weight rules.

However, no syntax has yet been add to perform that rule weighting
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This re-adds the capability to weight rules.

However, no syntax has yet been add to perform that rule weighting
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'working'</title>
<updated>2018-05-29T18:44:57+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-05-29T18:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=03b9ed1601acfe323dc9b5360b8f2c2c972c8e04'/>
<id>03b9ed1601acfe323dc9b5360b8f2c2c972c8e04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move files out of folder</title>
<updated>2018-05-29T18:35:02+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-05-29T18:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=0faa5175b6f0de8835ed514615ac64135f406b29'/>
<id>0faa5175b6f0de8835ed514615ac64135f406b29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
