<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ducky, branch master</title>
<subtitle>A BASIC-like programming language compiling into C</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/ducky/'/>
<entry>
<title>add benchmark data</title>
<updated>2015-11-26T22:00:20+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2015-11-26T22:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/ducky/commit/?id=077b469066f10a1f0f979bf349119a0fa5712ebc'/>
<id>077b469066f10a1f0f979bf349119a0fa5712ebc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update readme</title>
<updated>2015-11-26T21:39:42+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2015-11-26T21:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/ducky/commit/?id=85d8dcdf25bc0c75eb9abc14d3fd591339dc2fb5'/>
<id>85d8dcdf25bc0c75eb9abc14d3fd591339dc2fb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some warnings, less verbosity</title>
<updated>2015-11-26T21:21:09+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2015-11-26T21:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/ducky/commit/?id=c668251e99a024a525bb07ef33a3900ef463a89a'/>
<id>c668251e99a024a525bb07ef33a3900ef463a89a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>talk less, do more</title>
<updated>2015-11-26T20:41:59+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2015-11-26T20:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/ducky/commit/?id=a4cd8b13074443b97f4d6568970758fb6ea2c9f9'/>
<id>a4cd8b13074443b97f4d6568970758fb6ea2c9f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support one-command compilation, replace jump table with switch statement</title>
<updated>2015-11-26T20:36:59+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2015-11-26T20:36:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/ducky/commit/?id=4ac525349f7997aaf090edae932c14972c77d385'/>
<id>4ac525349f7997aaf090edae932c14972c77d385</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor, add simple builtin functions, fix osx bug</title>
<updated>2015-11-26T03:36:40+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2015-11-26T03:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/ducky/commit/?id=f9bd70a047c357d7f4ebfadbfe34c30becb380db'/>
<id>f9bd70a047c357d7f4ebfadbfe34c30becb380db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove BSD dependency</title>
<updated>2015-11-24T23:44:44+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2015-11-24T23:44:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/ducky/commit/?id=3c13f12ac8279ddccf2a20fbc072d6b918ea2096'/>
<id>3c13f12ac8279ddccf2a20fbc072d6b918ea2096</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add input</title>
<updated>2015-11-22T20:26:49+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2015-11-22T20:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/ducky/commit/?id=c7c1bd7641581e2a0b84dcecdab61ed7c43268e9'/>
<id>c7c1bd7641581e2a0b84dcecdab61ed7c43268e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>optimize PUSH/POP as macros</title>
<updated>2015-11-22T19:37:18+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2015-11-22T19:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/ducky/commit/?id=f90dc85cf0989eec61a6c9ce76842b78e2d8f46d'/>
<id>f90dc85cf0989eec61a6c9ce76842b78e2d8f46d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pretty C output</title>
<updated>2015-11-22T01:03:28+00:00</updated>
<author>
<name>Franklin Wei</name>
<email>git@fwei.tk</email>
</author>
<published>2015-11-22T01:03:28+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/ducky/commit/?id=19ea4b064320d36ecd94aa05ef2156aeb5ed9170'/>
<id>19ea4b064320d36ecd94aa05ef2156aeb5ed9170</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
