<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lispish/Makefile, branch master</title>
<subtitle>A simple LISP-like programming language made to learn a few things.</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/lispish/'/>
<entry>
<title>use -Wextra when compiling and fix some warnings produced by it</title>
<updated>2014-05-20T04:58:13+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2014-05-20T04:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/lispish/commit/?id=7702272fdd9cbb09c55d45e78cce18c57916b46b'/>
<id>7702272fdd9cbb09c55d45e78cce18c57916b46b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor code to use LIST from sys/queue.h</title>
<updated>2014-05-17T09:37:09+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2014-05-17T09:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/lispish/commit/?id=2836fa60045bcdd8c1c8c5ed775d711cc7f385a9'/>
<id>2836fa60045bcdd8c1c8c5ed775d711cc7f385a9</id>
<content type='text'>
It's now easier and more natural to work with the code. :-P
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's now easier and more natural to work with the code. :-P
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: allow building test/repl at the same time (use different object files)</title>
<updated>2014-05-15T21:03:12+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2014-05-15T21:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/lispish/commit/?id=8cb320351cfd95acbca06a4f59e79adc70ed52bf'/>
<id>8cb320351cfd95acbca06a4f59e79adc70ed52bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add env functions</title>
<updated>2014-05-15T19:51:16+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2014-05-15T19:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/lispish/commit/?id=043cddd93a65930c534f4170ed517bb1f76fd3ae'/>
<id>043cddd93a65930c534f4170ed517bb1f76fd3ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2014-05-14T19:27:34+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2014-05-14T19:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/lispish/commit/?id=d45a5b21de22438c004e1db96a8f154da09cdc0e'/>
<id>d45a5b21de22438c004e1db96a8f154da09cdc0e</id>
<content type='text'>
- tokenizing, parsing and basic eval support
    - arithmetic (+, -, *, /)
    - quote
    - atom for checking if the arg is an atom (i.e. not a list)
    - eq for checking equality
    - &gt; for checking order
    - if
- some unit testing
- simple repl
- mem management needs improvement :-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- tokenizing, parsing and basic eval support
    - arithmetic (+, -, *, /)
    - quote
    - atom for checking if the arg is an atom (i.e. not a list)
    - eq for checking equality
    - &gt; for checking order
    - if
- some unit testing
- simple repl
- mem management needs improvement :-)
</pre>
</div>
</content>
</entry>
</feed>
