<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rgens.git/src/main/java/bjc/rgens/parser/elements/RuleCaseElement.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>Info cleanup</title>
<updated>2020-10-06T23:16:26+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-10-06T23:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=e9e0ca7bfe722375e7ccb25d2bafbe395b6c6a59'/>
<id>e9e0ca7bfe722375e7ccb25d2bafbe395b6c6a59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>General cleanup</title>
<updated>2018-10-28T16:23:48+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-10-28T16:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=dea2135cf074c9531ae37f519a73567378945920'/>
<id>dea2135cf074c9531ae37f519a73567378945920</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert GenerationState.contents to private</title>
<updated>2018-09-06T19:26:40+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-09-06T19:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=c7fbd761c1cc8a8a553f79463ecb8dd02c43d0f8'/>
<id>c7fbd761c1cc8a8a553f79463ecb8dd02c43d0f8</id>
<content type='text'>
This is to prepare for replacing contents with a ReportWriter
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to prepare for replacing contents with a ReportWriter
</pre>
</div>
</content>
</entry>
<entry>
<title>Major refactoring</title>
<updated>2018-06-08T22:06:14+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-06-08T22:06:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=33a165f0b0055d2bdf9a1fcaa639b31a7f87d9a6'/>
<id>33a165f0b0055d2bdf9a1fcaa639b31a7f87d9a6</id>
<content type='text'>
A major refactoring to the internals of how things work. I believe that
nothing is broken
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A major refactoring to the internals of how things work. I believe that
nothing is broken
</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>Templates pt. 3</title>
<updated>2018-06-06T01:09:23+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-06-06T01:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=05c9922b30cd0dcd2a452673c2e155215d074b19'/>
<id>05c9922b30cd0dcd2a452673c2e155215d074b19</id>
<content type='text'>
Templates should now work, though there is no syntax to reference them
from rules yet

In addition, several internal things have been changed so as to improve
code quality
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Templates should now work, though there is no syntax to reference them
from rules yet

In addition, several internal things have been changed so as to improve
code quality
</pre>
</div>
</content>
</entry>
<entry>
<title>Templates pt.2</title>
<updated>2018-06-05T18:52:44+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-06-05T18:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=f25d1062a56a81b17348b799e6d4d7e1dc12a1cc'/>
<id>f25d1062a56a81b17348b799e6d4d7e1dc12a1cc</id>
<content type='text'>
More work that leads towards getting templates working
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More work that leads towards getting templates working
</pre>
</div>
</content>
</entry>
<entry>
<title>Rule variables pt. 1</title>
<updated>2018-06-05T00:13:50+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-06-05T00:13:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=9b9ce0c3123d70b9e839084aade4f37eb08e328d'/>
<id>9b9ce0c3123d70b9e839084aade4f37eb08e328d</id>
<content type='text'>
Add the capability to store regular/exhaustible rule variables
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the capability to store regular/exhaustible rule variables
</pre>
</div>
</content>
</entry>
<entry>
<title>Declaration follows use</title>
<updated>2018-06-05T00:12:47+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-06-05T00:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=4809072030d5ce659f38d9756213fca1db1e7f6c'/>
<id>4809072030d5ce659f38d9756213fca1db1e7f6c</id>
<content type='text'>
Simple/expanding variables are now marked with a $, as they are when
used.

Additionally, some debugging help was added
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simple/expanding variables are now marked with a $, as they are when
used.

Additionally, some debugging help was added
</pre>
</div>
</content>
</entry>
</feed>
