[pure-lang-svn] SF.net SVN: pure-lang: [41] pure/trunk/ChangeLog
Status: Beta
Brought to you by:
agraef
|
From: <ag...@us...> - 2008-05-03 22:05:38
|
Revision: 41
http://pure-lang.svn.sourceforge.net/pure-lang/?rev=41&view=rev
Author: agraef
Date: 2008-05-03 15:05:43 -0700 (Sat, 03 May 2008)
Log Message:
-----------
Updated ChangeLog
Modified Paths:
--------------
pure/trunk/ChangeLog
Modified: pure/trunk/ChangeLog
===================================================================
--- pure/trunk/ChangeLog 2008-05-03 22:02:26 UTC (rev 40)
+++ pure/trunk/ChangeLog 2008-05-03 22:05:43 UTC (rev 41)
@@ -1,3 +1,12 @@
+2008-05-04 Albert Graef <Dr....@t-...>
+
+ * lib/primitives.pure: Added operations to recognize function
+ applications and extract the function and argument parts,
+ implemented in runtime.cc. Note that these operations can't be
+ defined in Pure because of the "head is function" rule which means
+ that in a pattern of the form f x, f is always a literal function
+ symbol and not a variable.
+
2008-05-03 Albert Graef <Dr....@t-...>
* README: Moved installation instructions to a separate INSTALL
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|