Browse thread
Maximum non-constant constructors
[
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: | Tom Hawkins <tom@c...> |
| Subject: | Maximum non-constant constructors |
I just discovered another limitation: the maximum number of non-constant constructors is 246. My modified OCaml parser generator (ocamlyacc with ints -- see previous post) is producing a parser that consumes 342 different tokens types. Are there any ways to bypass this limitation? -Tom