Browse thread
camlp4 parser accepts more than its grammar?
-
Jake Donham
-
Nicolas Pouillard
-
Till Varoquaux
-
Arthur Chan
- blue storm
-
Arthur Chan
-
Till Varoquaux
-
Nicolas Pouillard
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-07-01 (07:03) |
From: | blue storm <bluestorm.dylc@g...> |
Subject: | Re: [Caml-list] camlp4 parser accepts more than its grammar? |
On 7/1/08, Arthur Chan <baguasquirrel@gmail.com> wrote: >> type t = A of int | false of float >> >> > That is so evil. > But it won't break any syntaxic sugar, as with type 'a list = () | :: of 'a * 'a list Sadly, camlp4o reject these.