Browse thread
camlp4 parser accepts more than its grammar?
-
Jake Donham
-
Nicolas Pouillard
-
Till Varoquaux
- 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: | -- (:) |
| From: | Arthur Chan <baguasquirrel@g...> |
| Subject: | Re: [Caml-list] camlp4 parser accepts more than its grammar? |
> type t = A of int | false of float > > That is so evil.