<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rgens.git/src/main/java/bjc/rgens/parser/elements/LitVariableCaseElement.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>Make variable fields private</title>
<updated>2018-09-05T17:54:12+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-09-05T17:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=15f0bf5207df703ffbb53c18a147b440dcf43546'/>
<id>15f0bf5207df703ffbb53c18a147b440dcf43546</id>
<content type='text'>
This makes the two maps in GenerationState private. Use the
defineVar/findVar or defineRuleVar/findRuleVar instead.

This is another change on the way to doing autovivify
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the two maps in GenerationState private. Use the
defineVar/findVar or defineRuleVar/findRuleVar instead.

This is another change on the way to doing autovivify
</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>Exhaustion pt. 2</title>
<updated>2018-06-05T01:19:21+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-06-05T01:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=8062cff63f864178a2a73650870362871bc25224'/>
<id>8062cff63f864178a2a73650870362871bc25224</id>
<content type='text'>
There is now syntax for rule references. Use @ instead of $, and use :=
to indicate you want exhaustion enabled

Use @ to refer to it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is now syntax for rule references. Use @ instead of $, and use :=
to indicate you want exhaustion enabled

Use @ to refer to it
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor case element generation</title>
<updated>2018-05-29T21:02:46+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2018-05-29T21:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/rgens.git/commit/?id=faf3e39fee32226ee72c6d43b2ba8a0f4e4bd837'/>
<id>faf3e39fee32226ee72c6d43b2ba8a0f4e4bd837</id>
<content type='text'>
Case elements are now responsible for generating themselves.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Case elements are now responsible for generating themselves.
</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>
