[
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: | 2005-09-10 (10:40) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | [Caml-list] ocamlyacc help |
Hi, I'm trying to write a parser, but I've become very unstuck. I want to parse a string of format: (OP FLOAT*)* and generate a (char * float list) list. The problem I have is I don't know how to generate further tuples. Jonathan