<feed xmlns='http://www.w3.org/2005/Atom'>
<title>myslip.git/src, branch master</title>
<subtitle>A Lisp inspired programming language / interpreter for Aalto course CS-C2170 Modern and emerging programming languages.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/'/>
<entry>
<title>fix: typo in build-essential and add mention that stdlib.slip must be in cwd</title>
<updated>2025-08-23T19:59:44+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-23T19:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=64a883b66287c74d4826a78fc7a26e7d4efeaf86'/>
<id>64a883b66287c74d4826a78fc7a26e7d4efeaf86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: added missing conversions and generic inferring for coproducts</title>
<updated>2025-08-22T20:48:35+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-22T20:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=12a7cbf8ef911f0cbfcbd13d1c888025fa411de4'/>
<id>12a7cbf8ef911f0cbfcbd13d1c888025fa411de4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: removed unneccessary lowering from SCons(x, Nil) to x when getting matched arms</title>
<updated>2025-08-22T19:28:34+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-22T19:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=df65d1ec5b2c5a338b121c575b0dac321d15b299'/>
<id>df65d1ec5b2c5a338b121c575b0dac321d15b299</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: --babysteps for REPL for easier debugging</title>
<updated>2025-08-22T17:42:46+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-22T17:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=55ff37ab09d4a5374ed02089a0d3fd6b8300c20e'/>
<id>55ff37ab09d4a5374ed02089a0d3fd6b8300c20e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: implemented coproducts according to tests</title>
<updated>2025-08-21T09:35:37+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-21T09:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=d1c97e405230b6616ef834cf38be351e566a228e'/>
<id>d1c97e405230b6616ef834cf38be351e566a228e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: added boilerplate and tests for coproduct parsing, type checking and evaluation</title>
<updated>2025-08-19T10:55:05+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-19T10:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=a70dcaa949f41c585f9aea5e79f2550053d8e857'/>
<id>a70dcaa949f41c585f9aea5e79f2550053d8e857</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: added exercise 1</title>
<updated>2025-08-18T20:39:47+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-18T20:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=d4d6e972650370d529363f7db3946e58bdbd7bca'/>
<id>d4d6e972650370d529363f7db3946e58bdbd7bca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: loop-unrolled recursive function SExp::parts as it's called a lot, also fixed it returning [Nil] if passed Nil</title>
<updated>2025-08-18T20:09:20+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-18T20:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=fffe2d4405885194c5f584755ed4f02de1027558'/>
<id>fffe2d4405885194c5f584755ed4f02de1027558</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: quote/vector disappearing in substitution on cases</title>
<updated>2025-08-18T19:41:50+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-18T19:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=74903656b27f40322151d3b8bc0335b7924133f4'/>
<id>74903656b27f40322151d3b8bc0335b7924133f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: make case type checking work according to updated tests</title>
<updated>2025-08-18T16:07:59+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-18T16:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=133edb2824130873e0e590ebec603d0b6f9da6a9'/>
<id>133edb2824130873e0e590ebec603d0b6f9da6a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
