lexer puzzle

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Sun Sep 14 01:30:40 EDT 2003


Dnia pią 12. września 2003 20:31, Iavor Diatchki napisał:

> what do people think should be the tokens produced by a haskell lexer
> when applied to the following input:
>
>    A...

A (constructor), then ... (operator).
This is how I understand Haskell 98 lexing rules.

-- 
   __("<         Marcin Kowalczyk
   \__/       qrczak at knm.org.pl
    ^^     http://qrnik.knm.org.pl/~qrczak/



More information about the Haskell mailing list