<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to lambda-expressions syntax</title><link>https://sourceforge.net/p/tolambda/wiki/lambda-expressions%2520syntax/</link><description>Recent changes to lambda-expressions syntax</description><atom:link href="https://sourceforge.net/p/tolambda/wiki/lambda-expressions%20syntax/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 09 Nov 2013 21:45:36 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tolambda/wiki/lambda-expressions%20syntax/feed" rel="self" type="application/rss+xml"/><item><title>lambda-expressions syntax modified by Eric Violard</title><link>https://sourceforge.net/p/tolambda/wiki/lambda-expressions%2520syntax/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="lambda-expression-syntax"&gt;Lambda-expression syntax&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Variable&lt;br /&gt;
any identifier beginning with a lower case letter &lt;br /&gt;
(ex. x, y, z, add, fac, etc.).&lt;/li&gt;
&lt;li&gt;Constant&lt;br /&gt;
an integer, an operator or any identifier beginning with an upper case letter.&lt;br /&gt;
(some constant are predefined) &lt;br /&gt;
(ex. +, *, TRUE, FALSE, etc.)&lt;/li&gt;
&lt;li&gt;Abstraction: Symbol "\" is used instead of the letter Lambda of the Greek alphabet.&lt;br /&gt;
\ x . E&lt;br /&gt;
(ex. \x.x, \x.\y.x, etc.)&lt;/li&gt;
&lt;li&gt;Application: Notation for application is juxtaposition.&lt;br /&gt;
E1 E2&lt;br /&gt;
(ex. fax 3, x y z, etc.)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Syntax uses usual parenthesing conventions: application priority is greater than abstraction one and application is left associative.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Violard</dc:creator><pubDate>Sat, 09 Nov 2013 21:45:36 -0000</pubDate><guid>https://sourceforge.netdcdd0c838c638ea11aef69224980a574d1bf4605</guid></item></channel></rss>