lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: next release of Lout is approaching


From: Gabor Greif
Subject: Re: next release of Lout is approaching
Date: Fri, 22 Aug 2008 01:24:27 +0200


Am 13.08.2008 um 23:01 schrieb Jeff Kingston:

Greetings to everyone on the Lout mailing list.

I have just started preparing the next version of Lout, which
I hope to release a few weeks from now.  If you have any
comments, suggestions or problems that you haven't already
let me or the mailing list know about, this would be a good
time.  But please don't resend anything you've already posted;
I keep all the emails, indeed I already have 29 items that have
accumulated since the last release.  Most of them are small.


[snip]

Hi Jeff,

I would like to add the below diff to the Haskell part of prg2lout:

--- prg2lout.c.keep     2008-03-13 12:03:04.000000000 +0100
+++ prg2lout.c.new      2008-08-21 19:22:26.671320000 +0200
@@ -1325,7 +1325,7 @@
TOKEN EqvToken = FixedToken("<=>","@A sym {arrowdblboth} @PO");
 TOKEN HaskellOrToken           = FixedToken("||", "@PO");
 TOKEN HaskellAndToken          = FixedToken("&&", "@PO");
-TOKEN HaskellBacktickToken     = FixedToken("`", "@PO");
+TOKEN HaskellAtPatternToken     = FixedToken("@", "@PO");
 TOKEN PythonPowerToken          = FixedToken( "**",  "@PO" );
 TOKEN PythonBitLeftShiftToken   = FixedToken( "<<",  "@PO" );
 TOKEN PythonBitRightShiftToken  = FixedToken( ">>",  "@PO" );
@@ -3148,7 +3148,8 @@
&LeftParenToken, &RightParenToken, &LeftBracketToken, &RightBracketToken, &LeftBraceToken, &RightBraceToken, &EiffelNotEqualToken, &LessEqualToken,
     &ImpliesToken, &GreaterEqualToken, &HaskellConcatenationToken,
-    &HaskellOperatorToken, &HaskellOrToken, &HaskellAndToken
+    &HaskellOperatorToken, &HaskellOrToken, &HaskellAndToken,
+    &HaskellAtPatternToken
   },
   {
     "case", "class", "data", "default", "deriving", "do",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]