<feed xmlns='http://www.w3.org/2005/Atom'>
<title>simple-shell.git/src/Language, branch main</title>
<subtitle>shellscript-like language compiling to POSIX sh</subtitle>
<id>http://git.respiranto.de/simple-shell.git/atom?h=main</id>
<link rel='self' href='http://git.respiranto.de/simple-shell.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/simple-shell.git/'/>
<updated>2025-05-21T18:45:16Z</updated>
<entry>
<title>Add module parser</title>
<updated>2025-05-21T18:45:16Z</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2025-05-21T18:45:16Z</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/simple-shell.git/commit/?id=6477926251d1515eab8770d2f642a0af7aea85d1'/>
<id>urn:sha1:6477926251d1515eab8770d2f642a0af7aea85d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Distinguish first-pass function parser</title>
<updated>2025-05-21T14:21:19Z</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2025-05-21T14:21:19Z</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/simple-shell.git/commit/?id=fbaba32333593922874056ea53a21cc769808062'/>
<id>urn:sha1:fbaba32333593922874056ea53a21cc769808062</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Distinguish first-pass expression parser</title>
<updated>2025-05-21T10:40:11Z</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2025-05-21T10:40:11Z</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/simple-shell.git/commit/?id=bc620adb5a07d791c67c42abd29d30e5c1a5c4d2'/>
<id>urn:sha1:bc620adb5a07d791c67c42abd29d30e5c1a5c4d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove local type alias Parser</title>
<updated>2025-05-21T10:03:05Z</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2025-05-21T09:58:08Z</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/simple-shell.git/commit/?id=5f7e05b3fa3e3ea532629e1448048d8a98142198'/>
<id>urn:sha1:5f7e05b3fa3e3ea532629e1448048d8a98142198</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename auxiliary parser modules</title>
<updated>2025-05-21T10:03:00Z</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2025-05-21T09:51:00Z</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/simple-shell.git/commit/?id=f88d78d60bad406ce775d29ec5891d8c46974119'/>
<id>urn:sha1:f88d78d60bad406ce775d29ec5891d8c46974119</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove obsolete type alias MainParser</title>
<updated>2025-05-21T09:38:17Z</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2025-05-21T09:38:17Z</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/simple-shell.git/commit/?id=0d0c9a61291b0fe0b9f49bdc91955ab797593fd9'/>
<id>urn:sha1:0d0c9a61291b0fe0b9f49bdc91955ab797593fd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Module parser skeleton</title>
<updated>2025-05-21T09:32:24Z</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2025-05-21T09:32:24Z</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/simple-shell.git/commit/?id=1f5c0696463a48d9fcf7410aeaecaf83c2eef1bc'/>
<id>urn:sha1:1f5c0696463a48d9fcf7410aeaecaf83c2eef1bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add module AST</title>
<updated>2025-05-21T09:00:46Z</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2025-05-21T09:00:46Z</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/simple-shell.git/commit/?id=689732c084b9bc017b9015b8b151088fe057464c'/>
<id>urn:sha1:689732c084b9bc017b9015b8b151088fe057464c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split up parser types</title>
<updated>2025-05-21T00:01:55Z</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2025-05-21T00:01:55Z</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/simple-shell.git/commit/?id=7f5656c1b1493a258d373a3fcfac1a455d264406'/>
<id>urn:sha1:7f5656c1b1493a258d373a3fcfac1a455d264406</id>
<content type='text'>
To be continued.
</content>
</entry>
<entry>
<title>Add first-pass function parser</title>
<updated>2025-05-20T22:00:19Z</updated>
<author>
<name>Einhard Leichtfuß</name>
<email>alguien@respiranto.de</email>
</author>
<published>2025-05-20T22:00:19Z</published>
<link rel='alternate' type='text/html' href='http://git.respiranto.de/simple-shell.git/commit/?id=7c3d54183c2ae7edca98b1043eb715057f4e0e70'/>
<id>urn:sha1:7c3d54183c2ae7edca98b1043eb715057f4e0e70</id>
<content type='text'>
</content>
</entry>
</feed>
