<feed xmlns='http://www.w3.org/2005/Atom'>
<title>myslip.git/src/parse, 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>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>feat: vector concatenation</title>
<updated>2025-08-16T00:25:45+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-16T00:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=4daf7b149622a16a2271630a19f0833702477a86'/>
<id>4daf7b149622a16a2271630a19f0833702477a86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: statics for fixed point recursion</title>
<updated>2025-08-14T15:48:43+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-14T15:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=f057211407df29c772ac18303f13d5564684979d'/>
<id>f057211407df29c772ac18303f13d5564684979d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: added rest of types to the parser</title>
<updated>2025-08-14T12:42:49+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-14T12:42:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=540a84fb9288699b534e98c8c5d0e649aaa1c2ba'/>
<id>540a84fb9288699b534e98c8c5d0e649aaa1c2ba</id>
<content type='text'>
also fixed function tests in check.rs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also fixed function tests in check.rs
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: removed obsolete code for handling types as they are now parsed directly to atoms</title>
<updated>2025-08-14T12:31:27+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-14T12:31:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=928a3358483f60db84dc2918415882b35adc006b'/>
<id>928a3358483f60db84dc2918415882b35adc006b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: parsing of new types (T, (int ...), (int bool)) etc. also fixed bug in into_type (it didn't handle lists recursively)</title>
<updated>2025-08-14T11:02:27+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-14T11:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=907bd54d19f6bf14a130a136df6f37cc5d256468'/>
<id>907bd54d19f6bf14a130a136df6f37cc5d256468</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: Added helper matches_pat for pattern matching</title>
<updated>2025-08-11T18:39:01+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-11T18:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=2e17ad5361a86d004ca48419a0f69f9c298ec1e1'/>
<id>2e17ad5361a86d004ca48419a0f69f9c298ec1e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tests for functions</title>
<updated>2025-08-10T16:16:51+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-10T16:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=d6d1ec80ffcc0b13234b170a91b920371078a027'/>
<id>d6d1ec80ffcc0b13234b170a91b920371078a027</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added term level type literals (for function type signatures)</title>
<updated>2025-08-10T15:38:49+00:00</updated>
<author>
<name>Joel Kronqvist</name>
<email>joel.kronqvist@iki.fi</email>
</author>
<published>2025-08-10T15:38:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cron4.fi/myslip.git/commit/?id=06798d622327707ca3f3b42d65fc3d1a25ae3c57'/>
<id>06798d622327707ca3f3b42d65fc3d1a25ae3c57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
