Browse thread
parser syntax?
- Jonathan Roewen
[
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: | Jonathan Roewen <jonathan.roewen@g...> |
| Subject: | parser syntax? |
Hi, How do I use the parser syntax in OCaml? I was looking at genlex, and the given code doesn't compile. Doesn't seem to like the parser keyword or something. Jonathan