<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rgens.git/src/main/java/bjc/rgens/parser/RuleCase.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>Refactor front-end error-handling</title>
<updated>2019-07-21T19:24:47+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-07-21T19:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=8c289f05ca36c3def6a4e4ab2414b7469c03339e'/>
<id>8c289f05ca36c3def6a4e4ab2414b7469c03339e</id>
<content type='text'>
This refactors the front-end to use a tree for capturing errors, instead
of throwing exceptions.

This has the benefit that you will receive notifications about all of
the error messages you have, instead of only the first.

I'm a bit fuzzy on the details, since it's been a while since I wrote
these changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This refactors the front-end to use a tree for capturing errors, instead
of throwing exceptions.

This has the benefit that you will receive notifications about all of
the error messages you have, instead of only the first.

I'm a bit fuzzy on the details, since it's been a while since I wrote
these changes.
</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>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>
<entry>
<title>Debug info</title>
<updated>2018-06-04T19:59:19+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-06-04T19:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=5f70797f238466715196dd5d893c6ef77e2650fd'/>
<id>5f70797f238466715196dd5d893c6ef77e2650fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add recurrance limit</title>
<updated>2018-06-04T03:01:28+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-06-04T02:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=5c416488ef63b5004ca424de56894eb17712f116'/>
<id>5c416488ef63b5004ca424de56894eb17712f116</id>
<content type='text'>
This controls the number of times a rule can be entered into during a
single generations, and is set to 5 by default
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This controls the number of times a rule can be entered into during a
single generations, and is set to 5 by default
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor to split RuleCase</title>
<updated>2018-05-29T22:44:40+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-05-29T22:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=c524f46dbd6a460b7374690244888a001023d3af'/>
<id>c524f46dbd6a460b7374690244888a001023d3af</id>
<content type='text'>
RuleCase now handles its own generation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RuleCase now handles its own generation.
</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>
</feed>
