<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pfc/src, branch v0.3.1</title>
<subtitle>Reverse Polish notation calculator for the terminal.</subtitle>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/'/>
<entry>
<title>press d to delete buffer</title>
<updated>2023-02-03T13:58:38+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-03T13:58:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=58b6e5caac45e6f12b749ec8e3f4cf535ec25520'/>
<id>58b6e5caac45e6f12b749ec8e3f4cf535ec25520</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor ui</title>
<updated>2023-02-02T17:13:47+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-02T17:13:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=c3c5d07e70e884d68caca4a42424dba839a8ddb5'/>
<id>c3c5d07e70e884d68caca4a42424dba839a8ddb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use closure rather than run() function</title>
<updated>2023-02-02T17:04:34+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-02T17:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=694a2de36951a145636dede5a0cad9e2179089e8'/>
<id>694a2de36951a145636dede5a0cad9e2179089e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unnecessary variable in main function</title>
<updated>2023-02-02T16:59:38+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-02T16:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=cb697cec2638d045adfcacc1b898e769de1c1810'/>
<id>cb697cec2638d045adfcacc1b898e769de1c1810</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make input handling match expression more concise</title>
<updated>2023-02-02T16:53:05+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-02T16:53:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=f0d3cd10c587936e54aaf1b2dae23a40dc0265b4'/>
<id>f0d3cd10c587936e54aaf1b2dae23a40dc0265b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>check buffer not empty within push_buffer_to_stack()</title>
<updated>2023-02-02T16:49:21+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-02T16:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=9a501d0fe195634830dda87760ea0f38201a4ec2'/>
<id>9a501d0fe195634830dda87760ea0f38201a4ec2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>swap function</title>
<updated>2023-02-02T16:46:54+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-02T16:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=4a07f41766e8cc8966d7166daa5e1f90c582b1fb'/>
<id>4a07f41766e8cc8966d7166daa5e1f90c582b1fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor input handling</title>
<updated>2023-02-02T10:53:36+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-02T10:53:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=e4e4eb72e31620c7d032c9653047fd625575997b'/>
<id>e4e4eb72e31620c7d032c9653047fd625575997b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make match expression more concise</title>
<updated>2023-02-01T23:29:38+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-01T23:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=7dbfa917fb9ff770f4d8cf5a1578c92d669b36df'/>
<id>7dbfa917fb9ff770f4d8cf5a1578c92d669b36df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>exponentiation operator</title>
<updated>2023-02-01T23:24:33+00:00</updated>
<author>
<name>Sam Anthony</name>
<email>sam@samanthony.xyz</email>
</author>
<published>2023-02-01T23:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.samanthony.xyz/pfc/commit/?id=96b768c55caa756e6fc7e7a690211258519683fa'/>
<id>96b768c55caa756e6fc7e7a690211258519683fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
