[pure-lang-svn] SF.net SVN: pure-lang: [255] pure/trunk/ChangeLog
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-06-18 08:52:19
|
Revision: 255 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=255&view=rev Author: agraef Date: 2008-06-18 01:52:27 -0700 (Wed, 18 Jun 2008) Log Message: ----------- Updated ChangeLog. Modified Paths: -------------- pure/trunk/ChangeLog Modified: pure/trunk/ChangeLog =================================================================== --- pure/trunk/ChangeLog 2008-06-18 07:45:21 UTC (rev 254) +++ pure/trunk/ChangeLog 2008-06-18 08:52:27 UTC (rev 255) @@ -1,3 +1,13 @@ +2008-06-18 Albert Graef <Dr....@t-...> + + * parser.yy, lexer.ll, interpreter.hh/cc: Add syntax for multiple + left-hand sides in function definitions and 'case' rules, as + requested by Jiri Spitz and discussed on the mailing list. See the + manual page for details. + + * symtable.cc, lib/prelude.pure, lib/primitives.pure: Rename the + bitwise operators '&' and '|' to 'and' and 'or'. + 2008-06-16 Albert Graef <Dr....@t-...> * etc/pure.lang: New language definition file for Andre Simon's This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |