<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dicelang.git/dice/src, branch trunk</title>
<subtitle>An esoteric language based around dice
</subtitle>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/dicelang.git/'/>
<entry>
<title>Tweak for new setup</title>
<updated>2023-10-25T22:58:48+00:00</updated>
<author>
<name>bjculkin</name>
<email>bjculkin@localhost</email>
</author>
<published>2023-10-25T22:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/dicelang.git/commit/?id=d9dcc94aa16a1609e47f8369dfe21a8d260887a9'/>
<id>d9dcc94aa16a1609e47f8369dfe21a8d260887a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git@github.com:bculkin2442/dice-lang.git</title>
<updated>2022-09-27T23:15:16+00:00</updated>
<author>
<name>bjcul</name>
<email>bjcul@192.168.1.26</email>
</author>
<published>2022-09-27T23:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/dicelang.git/commit/?id=e151e8490ed40231399618bf2dc4204c2ce99a82'/>
<id>e151e8490ed40231399618bf2dc4204c2ce99a82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git@github.com:bculkin2442/dice-lang.git</title>
<updated>2022-07-11T22:16:57+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2022-07-11T22:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/dicelang.git/commit/?id=da0b133cedf9fe4e464aadad1a451dacbf4d2b30'/>
<id>da0b133cedf9fe4e464aadad1a451dacbf4d2b30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to java 17</title>
<updated>2022-07-11T22:09:35+00:00</updated>
<author>
<name>bjcul</name>
<email>bjcul@192.168.1.26</email>
</author>
<published>2022-07-11T22:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/dicelang.git/commit/?id=a0fa8ad730f15a7937a41ee89fbafccd98da6110'/>
<id>a0fa8ad730f15a7937a41ee89fbafccd98da6110</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>General improvements</title>
<updated>2022-07-11T21:54:24+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2022-07-11T21:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/dicelang.git/commit/?id=3466585b41432e20098bcabd9f4ab92de4e473d5'/>
<id>3466585b41432e20098bcabd9f4ab92de4e473d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation</title>
<updated>2021-03-13T15:13:01+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2021-03-13T15:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/dicelang.git/commit/?id=ee6a9305a1009e6f1e3e99d5de3cfba5305a5d1b'/>
<id>ee6a9305a1009e6f1e3e99d5de3cfba5305a5d1b</id>
<content type='text'>
Also, did the same thing for Die I did for DiePool, where I moved the
specific classes to the same file as the interface.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, did the same thing for Die I did for DiePool, where I moved the
specific classes to the same file as the interface.</pre>
</div>
</content>
</entry>
<entry>
<title>Add more documentation</title>
<updated>2021-03-13T14:11:12+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2021-03-13T14:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/dicelang.git/commit/?id=7efb7b9e997e0977c8343718cd8b5149805ea57b'/>
<id>7efb7b9e997e0977c8343718cd8b5149805ea57b</id>
<content type='text'>
Also, changed my mind on the way DiePool and its implementations should
be structured. The implementations go in the die pool file as internal
classes, because nobody should particularly care the specifics about
their die pool, only that it does what it says it should</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, changed my mind on the way DiePool and its implementations should
be structured. The implementations go in the die pool file as internal
classes, because nobody should particularly care the specifics about
their die pool, only that it does what it says it should</pre>
</div>
</content>
</entry>
<entry>
<title>Clear up some warnings</title>
<updated>2021-03-13T13:17:01+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2021-03-13T13:17:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/dicelang.git/commit/?id=c7c7503bd4a31e88924514d8e6fd4885fcfac042'/>
<id>c7c7503bd4a31e88924514d8e6fd4885fcfac042</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update</title>
<updated>2021-02-26T21:15:30+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2021-02-26T21:15:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/dicelang.git/commit/?id=b780a3dc4dc5cc301cb6b569c903c41713d2af55'/>
<id>b780a3dc4dc5cc301cb6b569c903c41713d2af55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename interfaces to match Java style</title>
<updated>2020-12-04T00:24:23+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-12-04T00:24:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/dicelang.git/commit/?id=38f1e562bf1e1d9d2c837317fced7467f2e81adc'/>
<id>38f1e562bf1e1d9d2c837317fced7467f2e81adc</id>
<content type='text'>
Renames several interfaces named in the IWhatever style, which Java
doesn't use</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renames several interfaces named in the IWhatever style, which Java
doesn't use</pre>
</div>
</content>
</entry>
</feed>
