<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tester/src/Parser/Expr.hs, branch v0.3.6</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/'/>
<entry>
<title>Fix parsing of shell argument starting with variable expansion</title>
<updated>2026-09-06T18:23:58+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-09-05T07:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=9f66b6432fd8025f115289e6b2a9db1579385634'/>
<id>9f66b6432fd8025f115289e6b2a9db1579385634</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expression expansion for shell arguments</title>
<updated>2026-09-05T19:41:39+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-09-04T17:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=a9439b66ad8f7a8f4ba079a47ecfe1e76c2abc4b'/>
<id>a9439b66ad8f7a8f4ba079a47ecfe1e76c2abc4b</id>
<content type='text'>
Changelog: Lists can now be dollar-expanded in the shell interpreter to provide list of shell command arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: Lists can now be dollar-expanded in the shell interpreter to provide list of shell command arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse list types in type expression</title>
<updated>2026-08-27T21:04:38+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-08-27T19:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=880c36a666e3ee36066719a09a5294be2cfa3e93'/>
<id>880c36a666e3ee36066719a09a5294be2cfa3e93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept various builtin types in type expressions</title>
<updated>2026-08-27T21:04:38+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-08-27T18:34:57+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=0cbbe31c5f16df73dcc3a73b37cac4a72948f3a6'/>
<id>0cbbe31c5f16df73dcc3a73b37cac4a72948f3a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use closure instead of failing with ambiguous type for argument types with free variables</title>
<updated>2026-08-27T21:04:38+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-08-26T19:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=4145e966859dccc5bf7fac1f1c74b3efd8b6b7e9'/>
<id>4145e966859dccc5bf7fac1f1c74b3efd8b6b7e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse type annotations in expressions</title>
<updated>2026-08-27T21:04:38+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-08-26T18:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=a9d6eacb3aaa0e7acc5abc931061e07549f1c20e'/>
<id>a9d6eacb3aaa0e7acc5abc931061e07549f1c20e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Concatenation operator for lists</title>
<updated>2026-05-18T18:34:43+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-05-18T18:34:43+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=a40b7da1ab4028bba53f9768b7a58a7c619a052d'/>
<id>a40b7da1ab4028bba53f9768b7a58a7c619a052d</id>
<content type='text'>
Changelog: Added `++` operator to concatenate lists
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: Added `++` operator to concatenate lists
</pre>
</div>
</content>
</entry>
<entry>
<title>Function arguments unification</title>
<updated>2026-05-17T19:54:23+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-05-16T10:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=0d2b55b41a8f38264fd510efd4c1306239c94d17'/>
<id>0d2b55b41a8f38264fd510efd4c1306239c94d17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate hide/expose expressions for primitive and function types</title>
<updated>2026-05-16T12:56:30+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-05-16T11:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=c71d109610ea6f299df09d2b794b326fb70f9ed0'/>
<id>c71d109610ea6f299df09d2b794b326fb70f9ed0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Arbitrary type expression as function arguments</title>
<updated>2026-05-02T18:54:00+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-05-01T18:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=0905fe68591a3dad83f87d5ac805b674c0b88c76'/>
<id>0905fe68591a3dad83f87d5ac805b674c0b88c76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
