On Tue, Nov 22, 2005 at 10:39:22AM +0200, Antti-Juhani Kaijanaho wrote:
> Tomasz Zielonka wrote:
> > Aren't C and C++ space insensitive (except the preprocessor)?
> (In a totally space insensitive language, "andy" and "and y" would be
> tokenized the same way.)

Ah, I was wrong, here are some examples:

    int a;                          inta;
    + + a;                          ++a;
    map <int, list<T> >             map<int,list<T>>

Best regards
Tomasz
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to